Youtube Embedded Finder Firefox

Examine source code of Youtube Embedded Finder

By: NKJ
Inspect and view changes in Youtube Embedded Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Embed Finder",
  "version": "2.1",
  "description": "Finds YouTube videos in iframes and Next.js/React source code.",
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-embed-finder@nkj.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Youtube Embedded Finder Alternatives

Here are some Firefox add-ons that are similar to Youtube Embedded Finder: