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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}