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 je NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status je rozšíření Chrome vyvinuté https://nexlev.io, a jeho hlavní funkcí je „Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NexLev - Check YouTube Monetization Status

Stáhněte si soubory rozšíření NexLev - Check YouTube Monetization Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
Oficiální URL https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Popis Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Velikost souboru 23.8 KB
Počet instalací 9,000
Aktuální Verze 1.1.0
Poslední Aktualizace 2024-02-14
Datum Vydání 2023-11-21
Hodnocení 4.57/5 Celkem 44 Hodnocení
Vývojář https://nexlev.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://nexlev.io
URL Stránky Nápovědy https://nexlev.io/contact
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Podporované Jazyky 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\/*"
            ]
        }
    ]
}