By: Mads Hvelplund
Inspect and view changes in STFU - Smart Tab Muting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "STFU - Smart Tab Muting",
"version": "1.0.0",
"description": "Automatically mute tabs from specific URL prefixes. Keep your browsing experience quiet.",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"tabs",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_title": "STFU - Manage Muted Sites",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "stfu@example.com",
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best STFU - Smart Tab Muting Alternatives
Here are some Firefox add-ons that are similar to STFU - Smart Tab Muting: