Check Monetization
Channel Monetization Checker - Find out if a channel is Monetized – Lenos
Qu'est-ce que Check Monetization ?
Check Monetization est une extension Chrome développée par https://www.lenostube.com, et sa fonction principale est "Channel Monetization Checker - Find out if a channel is Monetized – Lenos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check Monetization
Téléchargez les fichiers d'extension Check Monetization au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Find out if a YouTube channel is monetized or not in just one click, by using our monetization checker. Also, quickly access an history of the latest channels you checked and the result. How to use? Just go on a YouTube channel or YouTube video, and then click on "Check this channel". The extension will tell you if the channel you are visiting is monetized or not. The results are 100% accurate. This extension works only on YouTube. If you want to check if a channel is monetized by using the link, then please use our web page https://www.lenostube.com/en/channel-monetization-checker/
Informations de Base sur l'Extension
Nom | Check Monetization |
ID | hcpbkgmihdmgecabghhddmppipjnkdje |
URL Officiel | https://chromewebstore.google.com/detail/check-monetization/hcpbkgmihdmgecabghhddmppipjnkdje |
Description | Channel Monetization Checker - Find out if a channel is Monetized – Lenos |
Taille du Fichier | 142 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2023-12-22 |
Date de Publication | 2023-01-09 |
Évaluation | 3.24/5 Total 17 Évaluations |
Développeur | https://www.lenostube.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.lenostube.com/en/channel-monetization-checker/ |
URL de la Page d'Aide | https://www.lenostube.com/en/support/ |
URL de la Page de Politique de Confidentialité | https://www.lenostube.com/en/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Check Monetization", "description": "Channel Monetization Checker - Find out if a channel is Monetized \u2013 Lenos", "version": "2.0.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "images\/icons\/icon_36.png" }, "icons": { "16": "images\/icons\/icon_16.png", "24": "images\/icons\/icon_24.png", "32": "images\/icons\/icon_32.png", "36": "images\/icons\/icon_36.png", "48": "images\/icons\/icon_48.png", "128": "images\/icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage", "tabs" ] } |