NexLev - Check YouTube Monetization Status

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

Vad är NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status är en Chrome-tillägg utvecklad av https://nexlev.io, och dess huvudfunktion är "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner NexLev - Check YouTube Monetization Status-förlängningens CRX-fil

Ladda ner NexLev - Check YouTube Monetization Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
Officiell webbadress https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Beskrivning Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Filstorlek 23.8 KB
Antal Installationer 9,000
Aktuell Version 1.1.0
Senast Uppdaterad 2024-02-14
Publiceringsdatum 2023-11-21
Betyg 4.57/5 Totalt 44 Betyg
Utvecklare https://nexlev.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nexlev.io
Hjälpsida URL https://nexlev.io/contact
URL till Sekretesspolicy Sidan https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Stödda Språk 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\/*"
            ]
        }
    ]
}