Inspect and view changes in Mute Tab Manager source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Mute Tab Manager",
"description": "Mute/unmute tabs with proper YouTube support.",
"version": "1.0.1",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"default_title": "Toggle Mute"
},
"commands": {
"toggle-mute": {
"description": "Toggle mute for the active tab",
"suggested_key": {
"default": "Alt+Shift+M"
}
}
},
"host_permissions": [
"*://*.youtube.com/*"
],
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage"
],
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": [
"none"
]
},
"id": "mute-tab@mynameistito",
"strict_min_version": "140.0"
}
},
"background": {
"type": "module",
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"content-scripts/youtube.js"
]
}
]
} Best Mute Tab Manager Alternatives
Here are some Firefox add-ons that are similar to Mute Tab Manager:
Mute Tab
Balvin
Quiet Tabs
Stephen O'Connor
Mute Tab Toggle
Mee
Awesome Mute Tab
majamikunil
Mute Tab (WebExtension)
Kelvin
Simple Site Muter
Apk
Mute Shortcuts
egvl
Mute YouTube ads
Ilya Komlev
MuteTab Smart
Randyl
Tab Mute Controller Plus
Irwin
Background Tab Mute
Morgan Fry
Auto-Mute New Tabs
Steffan