YouTube Monetization Checker
Check if the video is monetized easily on YouTube.
What is YouTube Monetization Checker?
YouTube Monetization Checker is a Chrome extension developed by sparco, and its main feature is "Check if the video is monetized easily on YouTube.".
Extension Screenshots
Download YouTube Monetization Checker Extension CRX File
Download YouTube Monetization Checker 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
L'estensione per Youtube permette di: • controllare se in video è monetizzato o meno info aggiuntive: Per verificare se il video è monetizzato basta guardare se nel bottone aggiuntivo prima del bottone "iscriviti" compare il simbolo della monetizzazione: - verde = monetizzato - rosso = non monetizzato
Extension Basic Information
Name | YouTube Monetization Checker |
ID | appcjhaiopiclndmijnihjlfkinkpcdn |
Official URL | https://chromewebstore.google.com/detail/youtube-monetization-chec/appcjhaiopiclndmijnihjlfkinkpcdn |
Description | Check if the video is monetized easily on YouTube. |
File Size | 14.4 KB |
Installation Count | 319 |
Current Version | 0.1.0 |
Last Updated | 2023-12-10 |
Publish Date | 2023-12-10 |
Rating | 4.80/5 Total 5 Ratings |
Developer | sparco |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://marcobarbagallo.altervista.org/yt_proj/sparcodocu/privacy.html |
Supported Languages | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Monetization Checker", "version": "0.1.0", "description": "Check if the video is monetized easily on YouTube.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "utils\/waitForElement.js", "utils\/checkForValidURL.js", "utils\/getURLType.js", "functions\/getDataOnFirstLoad.js", "main.js" ] } ] } |