Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firefox Addon Sdk

How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

I am working on creating a Firefox Add-on SDK extension that would set custom cookies (two cookies … Read more How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

Copy File From Addon To Profile Folder

I'm trying to copy a sqlite database from the data folder in my extension directory, to the pro… Read more Copy File From Addon To Profile Folder

Firefox Add-on Window.addeventlistener Error: Window Not Defined

i'm trying to follow this tutorial for creating a firefox addon that intercept when the url in … Read more Firefox Add-on Window.addeventlistener Error: Window Not Defined

Detecting Navigation In Ff Add Ons

I am porting a Chrome extension to FF using 'FF Addon SDK'. In the background script (main.… Read more Detecting Navigation In Ff Add Ons

Referenceerror: Worker Is Not Defined In Simple Firefox Extension

I'm creating an incredibly simple Firefox extension. I used cfx init to create the directory st… Read more Referenceerror: Worker Is Not Defined In Simple Firefox Extension

Referenceerror While Using Sdk/tabs In Firefox Webextension

This is my first time learning to build a firefox addon. I want store all the open tabs in a window… Read more Referenceerror While Using Sdk/tabs In Firefox Webextension