Category "firefox-addon-webextensions"

Firefox Extension - Database access

I want to make a Firefox extension that can store and retrieve data from a database. However I've only been finding solutions that would work locally for each u

Can website js read web extension console.log

I am in the process of developing a web extension (for firefox) and use console.log a lot during the development process. I do not want my extension to be detec

Firefox extension request is interpreted as CORS

When porting my Chrome extension to a Firefox web-extension, I can't make any network requests because they are blocked by the same origin policy. As an exampl

Redirect to packaged HTML file

When using browser.webRequest.onBeforeRequest, I would like to return a redirect to an HTML file packaged in the extension. I have the extension activated as a

sendMessage not received by options page onMessage in Safari

I have ported a Chrome/FireFox extension. One of the things that does not work is receiving message from background to a options page (safari-web-extension:///p

Can't get Firefox extension logs to show up

Following these instructions, I went to about:debugging -> This Firefox and clicked Inspect on my extension, which shows a console. But no logs show up there