Check Youtube Monetization Status

You can check whether any channel and any video are monetization

Wat is Check Youtube Monetization Status?

Check Youtube Monetization Status is een Chrome-extensie ontwikkeld door womarklee, en de belangrijkste functie is "You can check whether any channel and any video are monetization".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Check Youtube Monetization Status

Download Check Youtube Monetization Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
Officiële URL https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
Beschrijving You can check whether any channel and any video are monetization
Bestandsgrootte 12.4 KB
Aantal Installaties 1,912
Huidige Versie 1.4
Laatst Bijgewerkt 2023-06-03
Publicatiedatum 2023-04-14
Beoordeling 1.57/5 Totaal 14 Beoordelingen
Ontwikkelaar womarklee
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}