NexLev - Check YouTube Monetization Status

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

ما هو NexLev - Check YouTube Monetization Status؟

NexLev - Check YouTube Monetization Status هو إضافة Chrome تم تطويرها بواسطة https://nexlev.io، والميزة الرئيسية لها هي "Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NexLev - Check YouTube Monetization Status

قم بتنزيل ملفات الامتداد NexLev - Check YouTube Monetization Status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم NexLev - Check YouTube Monetization Status NexLev - Check YouTube Monetization Status
ID ddlgficaecdmmddmjmnhcmlidjokcijd
عنوان URL الرسمي https://chromewebstore.google.com/detail/nexlev-check-youtube-mone/ddlgficaecdmmddmjmnhcmlidjokcijd
الوصف Shows whether a YouTube channel or its videos are monetized or not, and provides details on their monetization status.
حجم الملف 23.8 KB
عدد التثبيتات 9,000
النسخة الحالية 1.1.0
آخر تحديث 2024-02-14
تاريخ النشر 2023-11-21
تقييم 4.57/5 مجموع تقييمات 44
المطور https://nexlev.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nexlev.io
عنوان صفحة المساعدة https://nexlev.io/contact
عنوان صفحة سياسة الخصوصية https://sites.google.com/noahmorris.nl/nexlev-privacy/home
اللغات المدعومة 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\/*"
            ]
        }
    ]
}