NexLev - Check YouTube Monetization Status
Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Cos'è NexLev - Check YouTube Monetization Status?
NexLev - Check YouTube Monetization Status è un'estensione di Chrome sviluppata da https://nexlev.io, e la sua funzione principale è "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NexLev - Check YouTube Monetization Status
Scarica i file di estensione NexLev - Check YouTube Monetization Status 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
This extension show if a channel is monetized with %95 accuracy!
v1.1.0 Updates:
+ Errors for the channels with more copyrighted musics fixed
Notes:
+ This extension won't work on Shorts only channels.
+ It might not work with Ad Blockers or VPNs. Informazioni di Base sull'Estensione
| Nome | |
| ID | ddlgficaecdmmddmjmnhcmlidjokcijd |
| URL Ufficiale | https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd |
| Descrizione | Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status. |
| Dimensione del File | 23.8 KB |
| Conteggio Installazioni | 9,000 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2024-02-14 |
| Data di Pubblicazione | 2023-11-21 |
| Valutazione | 4.57/5 Totale 44 Valutazioni |
| Sviluppatore | https://nexlev.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nexlev.io |
| URL della Pagina di Aiuto | https://nexlev.io/contact |
| URL della Pagina della Politica sulla Privacy | https://sites.google.com/noahmorris.nl/nexlev-privacy/home |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NexLev - Check YouTube Monetization Status",
"version": "1.1.0",
"description": "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.",
"icons": {
"128": "nexlev128.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"
]
}
],
"web_accessible_resources": [
{
"resources": [
"nexlev128.png"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
]
} | |