Inspect and view changes in TabMixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "TabMixer",
"version": "2.4.0",
"description": "Control each tab's volume independently. Features in-page widget, volume boost, and automatic DRM compatibility.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"tabs",
"activeTab",
"storage"
],
"background": {
"scripts": [
"src/background/background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "TabMixer",
"default_popup": "src/popup/popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content/content.js",
"src/content/widget/widget.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"src/content/widget/widget.css"
],
"browser_specific_settings": {
"gecko": {
"id": "tabmixer@emreren.dev",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} ベストのTabMixer代替案
TabMixerに類似したFirefox add-onをいくつか紹介します:
Tab Volume Manager
Nikola
Per-Tab Volume Control
Harrison Jones
Amplify – Tab Volume Control
rynmon
Volume booster
Volume Booster
Tab Audio Controller
Unstable Labs
Waveform
braydennn
Volume Control
Volume Control
Per-Tab Volume Controller
ZepioCS
Vol Change Control
Vic
Audio Controller
MusicMan
MBs Tab Volume Control
monerobull
TabBoost - Tab Volume Mixer
ion1-x