Is YouTube Channel Monetized?
Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.
Cos'è Is YouTube Channel Monetized??
Is YouTube Channel Monetized? è un'estensione di Chrome sviluppata da earned, e la sua funzione principale è "Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Is YouTube Channel Monetized?
Scarica i file di estensione Is YouTube Channel Monetized? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!)
Informazioni di Base sull'Estensione
Nome | |
ID | ijonaoomgjhjacfmipjlfdobddhfnkjn |
URL Ufficiale | https://chromewebstore.google.com/detail/is-youtube-channel-moneti/ijonaoomgjhjacfmipjlfdobddhfnkjn |
Descrizione | Displays information about YouTube Channel being monetized or not monetized. Also displays monetization status about YouTube videos. |
Dimensione del File | 31.47 KB |
Conteggio Installazioni | 32,059 |
Versione Corrente | 0.4.2 |
Ultimo Aggiornamento | 2023-05-26 |
Data di Pubblicazione | 2022-08-15 |
Valutazione | 4.15/5 Totale 26 Valutazioni |
Sviluppatore | earned |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |