Auto mute of new tabs. Possibility to enable mute tabs in private and normal mode.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"applications": {
"gecko": {
"id": "autoMute@waldemar.b",
"strict_min_version": "45.0a1"
}
},
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"page": "options.html"
},
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"default_locale": "en",
"version": "1.2resigned1",
"icons": {
"48": "icons/icon.svg"
}
}