Check Youtube Monetization Status
You can check whether any channel and any video are monetization
What is Check Youtube Monetization Status?
Check Youtube Monetization Status is a Chrome extension developed by womarklee, and its main feature is "You can check whether any channel and any video are monetization".
Extension Screenshots
Download Check Youtube Monetization Status Extension CRX File
Download Check Youtube Monetization Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Go to any channel or video page to see the monetization status. For Youtubers, we can use it for competitive product analysis. In practice, we find that some types of channels and videos cannot be opened for monetization or are easily canceled for monetization. Using this plug-in can allow us to avoid some problems. If you have any problems during use, please email me.
Extension Basic Information
Name | Check Youtube Monetization Status |
ID | bglpgbeipnbfifglhhhcmgmlcbjeceff |
Official URL | https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff |
Description | You can check whether any channel and any video are monetization |
File Size | 12.4 KB |
Installation Count | 1,912 |
Current Version | 1.4 |
Last Updated | 2023-06-03 |
Publish Date | 2023-04-14 |
Rating | 1.57/5 Total 14 Ratings |
Developer | womarklee |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.4", "description": "__MSG_description__", "manifest_version": 3, "default_locale": "en", "content_scripts": [ { "js": [ "\/js\/check.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "\/images\/app.png" } } |