No YouTube Embedded Overlay Firefox

Examine source code of No YouTube Embedded Overlay

Inspect and view changes in No YouTube Embedded Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Embedded Overlay Remover",
  "version": "1.1",
  "description": "Automatically removes the 'player-controls-content' element from embedded YouTube videos.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://*.youtube.com/*",
    "https://*.youtube-nocookie.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*",
        "https://*.youtube-nocookie.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hatenna25@gmail.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "id": "hatenna25@gmail.com",
      "strict_min_version": "142.0"
    }
  }
}

Best No YouTube Embedded Overlay Alternatives

Here are some Firefox add-ons that are similar to No YouTube Embedded Overlay: