Tabs Media Controller Firefox

Examine source code of Tabs Media Controller

Inspect and view changes in Tabs Media Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/webextensions/tree/main/tabs-media-controller",
  "description": "Control audio and video elements from all tabs via the toolbar button popup menu",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {},
    "gotoNextRight": {
      "description": "switch to next audible tab right"
    },
    "gotoNextLeft": {
      "description": "switch to next audible tab left"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "256": "icon.png"
  },
  "manifest_version": 2,
  "name": "Tabs Media Controller",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "version": "1.5.27",
  "web_accessible_resources": [
    "attach.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2cb0aca0-9284-471a-ba91-38405a061f93}"
    }
  }
}

Best Tabs Media Controller Alternatives

Here are some Firefox add-ons that are similar to Tabs Media Controller: