Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Good news ! It works on firefox :)

can you tell me how to get it to work on firefox? i can't seem to figure it out

I've updated the extension page with instructions for firefox:)

hii, do yk how to work it on firefox

I've updated the extension page with instructions for firefox :)

(+1)

sryy, but for some reason it say "background.service_worker is currently disabled."

This shouldnt be an issue, its a warning not an error

but it still doesnt work sadly

read the reply on top ^^

(1 edit)

hello author , FYI, currently background worker isnt supported by firefox , instead use scripts would solve the issue by changing the code in manifest.json (keep both worker and scripts for chronium based browser and firefox)

"scripts": ["background.js"]

could you please explain how to do this?

open manifest.json with virtual studio code (or any) , look for something like worker:"background.js"

then just add the line right below it. lmk if there's any iasues