Check Monetization

Channel Monetization Checker - Find out if a channel is Monetized – Lenos

ما هو Check Monetization؟

Check Monetization هو إضافة Chrome تم تطويرها بواسطة https://www.lenostube.com، والميزة الرئيسية لها هي "Channel Monetization Checker - Find out if a channel is Monetized – Lenos".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Check Monetization

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

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

                        Find out if a YouTube channel is monetized or not in just one click, by using our monetization checker. Also, quickly access an history of the latest channels you checked and the result.

How to use? Just go on a YouTube channel or YouTube video, and then click on "Check this channel". The extension will tell you if the channel you are visiting is monetized or not.

The results are 100% accurate.

This extension works only on YouTube.

If you want to check if a channel is monetized by using the link, then please use our web page https://www.lenostube.com/en/channel-monetization-checker/                    

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

الاسم Check Monetization Check Monetization
ID hcpbkgmihdmgecabghhddmppipjnkdje
عنوان URL الرسمي https://chromewebstore.google.com/detail/check-monetization/hcpbkgmihdmgecabghhddmppipjnkdje
الوصف Channel Monetization Checker - Find out if a channel is Monetized – Lenos
حجم الملف 142 KB
عدد التثبيتات 10,000
النسخة الحالية 2.0.0
آخر تحديث 2023-12-22
تاريخ النشر 2023-01-09
تقييم 3.24/5 مجموع تقييمات 17
المطور https://www.lenostube.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.lenostube.com/en/channel-monetization-checker/
عنوان صفحة المساعدة https://www.lenostube.com/en/support/
عنوان صفحة سياسة الخصوصية https://www.lenostube.com/en/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Monetization",
    "description": "Channel Monetization Checker - Find out if a channel is Monetized \u2013 Lenos",
    "version": "2.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icons\/icon_36.png"
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "24": "images\/icons\/icon_24.png",
        "32": "images\/icons\/icon_32.png",
        "36": "images\/icons\/icon_36.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}