By: DCJ
Inspect and view changes in Volume Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Volume Control",
"version": "1.1",
"description": "Adjust volume in each audible browser tab from 0% to 600%.",
"permissions": [
"activeTab",
"storage",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_popup": "popup/popup.html",
"default_title": "Volume Control",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "volume-control@yourdomain.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Volume Control Alternatives
Here are some Firefox add-ons that are similar to Volume Control:
Tab Volume Control
Seen91
Per-Tab Volume Controller
ZepioCS
Volume Control Tabs
vzze
Tabs Volume Control
Joker
Volume Control
debauer
Per-Tab Volume Control
Harrison Jones
Volume Control
Phwin
Domain Volume Control
Anthony Coleman
Volume Master
DevHub
Volume For Tabs
Uttanka
Better Volume
Adam Franco
volume manager
entomb3nt