TabMixer Firefox

Examine source code of TabMixer

제작자: Emre Eren Add-on
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입니다: