Check Youtube Monetization Status

You can check whether any channel and any video are monetization

Co to jest Check Youtube Monetization Status?

Check Youtube Monetization Status to rozszerzenie Chrome opracowane przez womarklee, a jego główną funkcją jest „You can check whether any channel and any video are monetization”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Check Youtube Monetization Status

Pobierz pliki rozszerzeń Check Youtube Monetization Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
Oficjalny URL https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
Opis You can check whether any channel and any video are monetization
Rozmiar pliku 12.4 KB
Liczba instalacji 1,912
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-06-03
Data Publikacji 2023-04-14
Ocena 1.57/5 Łącznie 14 Oceny
Deweloper womarklee
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}