Simple Media Controller Firefox

Examine source code of Simple Media Controller

By: KAMI
Inspect and view changes in Simple Media Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "fusionxo",
  "homepage_url": "https://github.com/fusionxo/Simple-Media-Controller",
  "browser_action": {
    "default_area": "navbar",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "256": "sound-recognition.png"
  },
  "manifest_version": 2,
  "name": "Media Controller",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.2.0",
  "web_accessible_resources": [
    "attach.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "kami@calverse.in",
      "strict_min_version": "109.0"
    }
  }
}

Best Simple Media Controller Alternatives

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