Check Youtube Monetization Status

You can check whether any channel and any video are monetization

Что такое Check Youtube Monetization Status?

Check Youtube Monetization Status - это расширение Chrome, разработанное womarklee, и его основная функция - "You can check whether any channel and any video are monetization".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Check Youtube Monetization Status

Скачайте файлы расширений Check Youtube Monetization Status в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
Официальный URL https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
Описание You can check whether any channel and any video are monetization
Размер файла 12.4 KB
Количество установок 1,912
Текущая Версия 1.4
Последнее Обновление 2023-06-03
Дата публикации 2023-04-14
Рейтинг 1.57/5 Всего 14 оценок
Разработчик womarklee
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}