Check Youtube Monetization Status

You can check whether any channel and any video are monetization

ما هو Check Youtube Monetization Status؟

Check Youtube Monetization Status هو إضافة Chrome تم تطويرها بواسطة womarklee، والميزة الرئيسية لها هي "You can check whether any channel and any video are monetization".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Go to any channel or video page to see the monetization status.

For Youtubers, we can use it for competitive product analysis. In practice, we find that some types of channels and videos cannot be opened for monetization or are easily canceled for monetization. Using this plug-in can allow us to avoid some problems.

If you have any problems during use, please email me.                    

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

الاسم Check Youtube Monetization Status Check Youtube Monetization Status
ID bglpgbeipnbfifglhhhcmgmlcbjeceff
عنوان URL الرسمي https://chromewebstore.google.com/detail/check-youtube-monetizatio/bglpgbeipnbfifglhhhcmgmlcbjeceff
الوصف You can check whether any channel and any video are monetization
حجم الملف 12.4 KB
عدد التثبيتات 1,912
النسخة الحالية 1.4
آخر تحديث 2023-06-03
تاريخ النشر 2023-04-14
تقييم 1.57/5 مجموع تقييمات 14
المطور womarklee
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.4",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "\/js\/check.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/images\/app.png"
    }
}