NexLev - Check YouTube Monetization Status

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

Wat is NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status is een Chrome-extensie ontwikkeld door https://nexlev.io, en de belangrijkste functie is "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NexLev - Check YouTube Monetization Status

Download NexLev - Check YouTube Monetization Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
Officiële URL https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Beschrijving Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Bestandsgrootte 23.8 KB
Aantal Installaties 9,000
Huidige Versie 1.1.0
Laatst Bijgewerkt 2024-02-14
Publicatiedatum 2023-11-21
Beoordeling 4.57/5 Totaal 44 Beoordelingen
Ontwikkelaar https://nexlev.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nexlev.io
Help Pagina-URL https://nexlev.io/contact
URL van de Privacybeleid Pagina https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}