NexLev - Check YouTube Monetization Status

Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.

Что такое NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status - это расширение Chrome, разработанное https://nexlev.io, и его основная функция - "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension show if a channel is monetized with %95 accuracy! 

v1.1.0 Updates:

+ Errors for the channels with more copyrighted musics fixed

Notes:
+ This extension won't work on Shorts only channels. 
+ It might not work with Ad Blockers or VPNs.                    

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

Название NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
Официальный URL https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Описание Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Размер файла 23.8 KB
Количество установок 9,000
Текущая Версия 1.1.0
Последнее Обновление 2024-02-14
Дата публикации 2023-11-21
Рейтинг 4.57/5 Всего 44 оценок
Разработчик https://nexlev.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nexlev.io
URL страницы помощи https://nexlev.io/contact
URL страницы политики конфиденциальности https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NexLev - Check YouTube Monetization Status",
    "version": "1.1.0",
    "description": "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.",
    "icons": {
        "128": "nexlev128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "utils\/waitForElement.js",
                "utils\/checkForValidURL.js",
                "utils\/getURLType.js",
                "utils\/capitalizeFirstLetter.js",
                "utils\/getElementType.js",
                "functions\/getDataOnFirstLoad.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "nexlev128.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}