Why `chrome.tabs.query(…)` is undefined in firefox?
Running the following code on the popup page of the firefox addon reports the error Uncaught TypeError: chrome.tabs.query(...) is undefined
Is there a way to modify the POST data in an extension now?
I’m testing the webRequest API for extension. Specifically, I want to modify the data in the request body before sending it to the server.