Block YouTube Autoplay Firefox

Examine source code of Block YouTube Autoplay

Inspect and view changes in Block YouTube Autoplay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.12.0",
  "description": "__MSG_extensionDescription__",
  "action": {
    "default_popup": "./public/popup.html"
  },
  "icons": {
    "16": "/icons/icon_16.png",
    "32": "/icons/icon_32.png",
    "48": "/icons/icon_48.png",
    "128": "/icons/icon_128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "./scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "js": [
        "./scripts/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "BlockYouTubeAutoplay@extension.com"
    }
  }
}

Best Block YouTube Autoplay Alternatives

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