NexLev - Check YouTube Monetization Status

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

Apa itu NexLev - Check YouTube Monetization Status?

NexLev - Check YouTube Monetization Status adalah ekstensi Chrome yang dikembangkan oleh https://nexlev.io, dan fitur utamanya adalah "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NexLev - Check YouTube Monetization Status

Unduh file ekstensi NexLev - Check YouTube Monetization Status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
URL Resmi https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
Deskripsi Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
Ukuran File 23.8 KB
Jumlah Instalasi 9,000
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2024-02-14
Tanggal Publikasi 2023-11-21
Penilaian 4.57/5 Total 44 Penilaian
Pengembang https://nexlev.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nexlev.io
URL Halaman Bantuan https://nexlev.io/contact
URL Halaman Kebijakan Privasi https://sites.google.com/noahmorris.nl/nexlev-privacy/home
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}