Disable Autoplay Firefox

Examine source code of Disable Autoplay

By: vn88
Inspect and view changes in Disable Autoplay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable Autoplay",
  "version": "1.0",
  "description": "Disables autoplay of media on web pages.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{769a8be0-90e1-4d4a-9843-c648ea1e7ff9}"
    }
  }
}

Best Disable Autoplay Alternatives

Here are some Firefox add-ons that are similar to Disable Autoplay: