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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NexLev - Check YouTube Monetization Status
ดาวน์โหลดไฟล์ส่วนขยาย NexLev - Check YouTube Monetization Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | https://nexlev.io/contact |
URL หน้านโยบายความเป็นส่วนตัว | 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\/*" ] } ] } |