NexLev - Check YouTube Monetization Status
Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
O que é NexLev - Check YouTube Monetization Status?
NexLev - Check YouTube Monetization Status é uma extensão do Chrome desenvolvida por https://nexlev.io, e sua principal característica é "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NexLev - Check YouTube Monetization Status
Baixe arquivos de extensão NexLev - Check YouTube Monetization Status no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NexLev - Check YouTube Monetization Status |
ID | ddlgficaecdmmddmjmnhcmlidjokcijd |
URL Oficial | https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd |
Descrição | Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status. |
Tamanho do Arquivo | 23.8 KB |
Contagem de Instalações | 9,000 |
Versão Atual | 1.1.0 |
Última Atualização | 2024-02-14 |
Data de Publicação | 2023-11-21 |
Classificação | 4.57/5 Total de 44 Avaliações |
Desenvolvedor | https://nexlev.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nexlev.io |
URL da Página de Ajuda | https://nexlev.io/contact |
URL da Página de Política de Privacidade | https://sites.google.com/noahmorris.nl/nexlev-privacy/home |
Idiomas Suportados | 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\/*" ] } ] } |