Media Box Firefox

Examine source code of Media Box

Inspect and view changes in Media Box 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/media-box",
  "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": "Media Box",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "version": "1.5.26",
  "web_accessible_resources": [
    "attach.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2cb0aca0-9284-471a-ba91-38405a061f93}"
    }
  }
}

Best Media Box Alternatives

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