NexLev - Check YouTube Monetization Status
Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
¿Qué es NexLev - Check YouTube Monetization Status?
NexLev - Check YouTube Monetization Status es una extensión de Chrome desarrollada por https://nexlev.io, y su función principal es "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NexLev - Check YouTube Monetization Status
Descarga archivos de extensión NexLev - Check YouTube Monetization Status en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ddlgficaecdmmddmjmnhcmlidjokcijd |
URL Oficial | https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd |
Descripción | Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status. |
Tamaño del Archivo | 23.8 KB |
Cantidad de Instalaciones | 9,000 |
Versión Actual | 1.1.0 |
Última Actualización | 2024-02-14 |
Fecha de Publicación | 2023-11-21 |
Calificación | 4.57/5 Total de 44 Calificaciones |
Desarrollador | https://nexlev.io |
Correo electrónico | contact@nexlev.io |
Tipo de Pago | free |
Sitio Web de la Extensión | https://nexlev.io |
URL de la Página de Ayuda | https://nexlev.io/contact |
URL de la Página de Política de Privacidad | https://sites.google.com/noahmorris.nl/nexlev-privacy/home |
Idiomas Soportados | 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\/*" ] } ] } |