YouTube Monetization Checker
Check if the video is monetized easily on YouTube.
Wat is YouTube Monetization Checker?
YouTube Monetization Checker is een Chrome-extensie ontwikkeld door sparco, en de belangrijkste functie is "Check if the video is monetized easily on YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Monetization Checker
Download YouTube Monetization Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | YouTube Monetization Checker |
ID | appcjhaiopiclndmijnihjlfkinkpcdn |
Officiële URL | https://chromewebstore.google.com/detail/youtube-monetization-chec/appcjhaiopiclndmijnihjlfkinkpcdn |
Beschrijving | Check if the video is monetized easily on YouTube. |
Bestandsgrootte | 14.4 KB |
Aantal Installaties | 319 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2023-12-10 |
Publicatiedatum | 2023-12-10 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | sparco |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://marcobarbagallo.altervista.org/yt_proj/sparcodocu/privacy.html |
Ondersteunde Talen | 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" ] } ] } |