Media Center Firefox

Examine source code of Media Center

By: jojojo
Inspect and view changes in Media Center source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Media Center",
  "version": "1.0",
  "description": "Control browser media playback from toolbar",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Media Center",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{46b194f0-fd93-45a3-9560-d9c04fd4f24a}"
    }
  }
}

Best Media Center Alternatives

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