Twitch Prevent AutoPlay Firefox

Examine source code of Twitch Prevent AutoPlay

By: Eliso Add-on
Inspect and view changes in Twitch Prevent AutoPlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitch Prevent AutoPlay",
  "version": "1.0.0",
  "description": "Prevents unwanted autoplay on Twitch",
  "permissions": [
    "storage",
    "*://*.twitch.tv/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-prevent-autoplay@extension.local",
      "data_collection_permissions": {
        "collects_data": false,
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "translations.js",
        "content.js"
      ],
      "css": [
        "overlay.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  }
}

Best Twitch Prevent AutoPlay Alternatives

Here are some Firefox add-ons that are similar to Twitch Prevent AutoPlay: