YouTube monetization detector/checker

YouTube monetization detector/checker

Displays information about YouTube Channel being monetized or not monetized. Support YouTube channel and video page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "YouTube monetization detector/checker",
  "version": "0.1.2",
  "description": "Displays information about YouTube Channel being monetized or not monetized. Support YouTube channel and video page. ",
  "icons": {
    "128": "icon128.png"
  },
  "homepage_url": "https://ujohw70b1e.feishu.cn/share/base/form/shrcnh5NhTHdxUskNbuMwHprTgN",
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}