NexLev - Check YouTube Monetization Status

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

Co to jest NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status to rozszerzenie Chrome opracowane przez https://nexlev.io, a jego główną funkcją jest „Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NexLev - Check YouTube Monetization Status

Pobierz pliki rozszerzeń NexLev - 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
Oficjalny URL https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Opis Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Rozmiar pliku 23.8 KB
Liczba instalacji 9,000
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2023-11-21
Ocena 4.57/5 Łącznie 44 Oceny
Deweloper https://nexlev.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nexlev.io
Adres URL Strony Pomocy https://nexlev.io/contact
Adres URL Strony Polityki Prywatności https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}