Check Youtube Monetization Status

You can check whether any channel and any video are monetization

Cos'è Check Youtube Monetization Status?

Check Youtube Monetization Status è un'estensione di Chrome sviluppata da womarklee, e la sua funzione principale è "You can check whether any channel and any video are monetization".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Check Youtube Monetization Status

Scarica i file di estensione 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
URL Ufficiale https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
Descrizione You can check whether any channel and any video are monetization
Dimensione del File 12.4 KB
Conteggio Installazioni 1,912
Versione Corrente 1.4
Ultimo Aggiornamento 2023-06-03
Data di Pubblicazione 2023-04-14
Valutazione 1.57/5 Totale 14 Valutazioni
Sviluppatore womarklee
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}