Check Youtube Monetization Status

You can check whether any channel and any video are monetization

¿Qué es Check Youtube Monetization Status?

Check Youtube Monetization Status es una extensión de Chrome desarrollada por womarklee, y su función principal es "You can check whether any channel and any video are monetization".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Check Youtube Monetization Status

Descarga archivos de extensión 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

                        Go to any channel or video page to see the monetization status.

For Youtubers, we can use it for competitive product analysis. In practice, we find that some types of channels and videos cannot be opened for monetization or are easily canceled for monetization. Using this plug-in can allow us to avoid some problems.

If you have any problems during use, please email me.                    

Información Básica de la Extensión

Nombre Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
URL Oficial https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
Descripción You can check whether any channel and any video are monetization
Tamaño del Archivo 12.4 KB
Cantidad de Instalaciones 1,912
Versión Actual 1.4
Última Actualización 2023-06-03
Fecha de Publicación 2023-04-14
Calificación 1.57/5 Total de 14 Calificaciones
Desarrollador womarklee
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.4",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "\/js\/check.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/images\/app.png"
    }
}