NexLev - Check YouTube Monetization Status

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

Qu'est-ce que NexLev - Check YouTube Monetization Status ?

NexLev - Check YouTube Monetization Status est une extension Chrome développée par https://nexlev.io, et sa fonction principale est "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NexLev - Check YouTube Monetization Status

Téléchargez les fichiers d'extension NexLev - Check YouTube Monetization Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
URL Officiel 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.
Taille du Fichier 23.8 KB
Nombre d'Installations 9,000
Version Actuelle 1.1.0
Dernière Mise à Jour 2024-02-14
Date de Publication 2023-11-21
Évaluation 4.57/5 Total 44 Évaluations
Développeur https://nexlev.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nexlev.io
URL de la Page d'Aide https://nexlev.io/contact
URL de la Page de Politique de Confidentialité https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}