Check Youtube Monetization Status

You can check whether any channel and any video are monetization

O que é Check Youtube Monetization Status?

Check Youtube Monetization Status é uma extensão do Chrome desenvolvida por womarklee, e sua principal característica é "You can check whether any channel and any video are monetization".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Check Youtube Monetization Status

Baixe arquivos de extensão 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

                        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.                    

Informações Básicas da Extensão

Nome Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
URL Oficial https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
Descrição You can check whether any channel and any video are monetization
Tamanho do Arquivo 12.4 KB
Contagem de Instalações 1,912
Versão Atual 1.4
Última Atualização 2023-06-03
Data de Publicação 2023-04-14
Classificação 1.57/5 Total de 14 Avaliações
Desenvolvedor womarklee
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}