YouTube Monetization Checker Firefox

Examine source code of YouTube Monetization Checker

Inspect and view changes in YouTube Monetization Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Monetization Checker",
  "version": "1.1",
  "description": "Detects if a YouTube video is monetized.",
  "permissions": [
    "webNavigation",
    "tabs"
  ],
  "host_permissions": [
    "https://www.youtube.com/watch*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "boothyticklet@monetization-checker"
    }
  }
}

Best YouTube Monetization Checker Alternatives

Here are some Firefox add-ons that are similar to YouTube Monetization Checker: