Is YouTube Channel Monetized?
Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.
What is Is YouTube Channel Monetized??
Is YouTube Channel Monetized? is a Chrome extension developed by earned, and its main feature is "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.".
Extension Screenshots
Download Is YouTube Channel Monetized? Extension CRX File
Download Is YouTube Channel Monetized? 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
Simply shows if YouTube channel has monetization enabled, or disabled. Source code: https://github.com/ogohogo/is-youtube-channel-monetized-extension Please report issues here: https://github.com/ogohogo/is-youtube-channel-monetized-extension/issues (Thank you!)
Extension Basic Information
Name | |
ID | ijonaoomgjhjacfmipjlfdobddhfnkjn |
Official URL | https://chromewebstore.google.com/detail/is-youtube-channel-moneti/ijonaoomgjhjacfmipjlfdobddhfnkjn |
Description | Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos. |
File Size | 31.47 KB |
Installation Count | 32,059 |
Current Version | 0.4.2 |
Last Updated | 2023-05-26 |
Publish Date | 2022-08-15 |
Rating | 4.15/5 Total 26 Ratings |
Developer | earned |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Is YouTube Channel Monetized?", "version": "0.4.2", "description": "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "utils\/waitForElement.js", "utils\/checkForValidURL.js", "utils\/getURLType.js", "utils\/capitalizeFirstLetter.js", "utils\/getElementType.js", "functions\/getDataOnFirstLoad.js", "main.js" ] } ] } |