By: stupid codes Add-on
Inspect and view changes in Tab Volume Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Volume Control",
"version": "1.0.0",
"description": "Control volume levels for individual tabs with volume lock to prevent website hijacking and auto-leveling to normalize loud/quiet audio",
"homepage_url": "https://github.com/yourusername/firefox-tab-volume-control",
"icons": {
"48": "icons/volume-48.png",
"96": "icons/volume-96.png"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "tab-volume-control@example.com",
"strict_min_version": "91.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"19": "icons/volume-19.png",
"38": "icons/volume-38.png"
},
"default_title": "Tab Volume Control",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
} Best Tab Volume Control Alternatives
Here are some Firefox add-ons that are similar to Tab Volume Control:
MBs Tab Volume Control
monerobull
Per-Tab Volume Control
Harrison Jones
Tab Volume Control
Seen91
Tabs Volume Control
Joker
Per-Tab Volume Controller
ZepioCS
Better Volume
Adam Franco
Tab Volume Manager
Nikola
Tab Audio Controller
Unstable Labs
Volume Control Tabs
vzze
Tab Volume Control - No Ads/Tracking
Lucas
TabMixer
Emre Eren
Browser Tab Volume Control
samwellcheck