Displays information about YouTube Channel being monetized or not monetized. Support YouTube channel and video page.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}