This is a Firefox port of https://github.com/neuling/smart-tab-mute-chrome-extension
- In Firefox 47 the options page is not available (needs Firefox 48 or newer), so it’s not possible to edit the whitelist or change the “Unmute last tab” setting.
Run the build process (see below), then open about:debugging
in Firefox, click on “Load Temporary Add-on” and select any file inside the build
directory (e.g. manifest.json
). MDN has more info about temporary installation in Firefox.
Original readme follows:
npm install
run the build process once
grunt
or if you want to automatically reload the extension after every change.
grunt --reload-extension
Open chrome://extensions/ and point the installation of an unpacked extension to the ./build folder