NexLev - Check YouTube Monetization Status

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

What is NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status is a Chrome extension developed by https://nexlev.io, and its main feature is "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download NexLev - Check YouTube Monetization Status Extension CRX File

Download NexLev - Check YouTube Monetization Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
Official URL https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Description Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
File Size 23.8 KB
Installation Count 9,000
Current Version 1.1.0
Last Updated 2024-02-14
Publish Date 2023-11-21
Rating 4.57/5 Total 44 Ratings
Developer https://nexlev.io
Email [email protected]
Payment Type free
Extension Website https://nexlev.io
Help Page URL https://nexlev.io/contact
Privacy Policy Page URL https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Supported Languages 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\/*"
            ]
        }
    ]
}