Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Undetectable Youtube AdBlockerคืออะไร?
Undetectable Youtube AdBlocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LI และคุณลักษณะหลักของมันคือ "A free Undetectable Youtube AdBlocker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Undetectable Youtube AdBlocker
ดาวน์โหลดไฟล์ส่วนขยาย Undetectable Youtube AdBlocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This adblocker blocks youtube ads without being detected. Why it's good: 🪶 Lightweight: Extremely light on resources. 🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions 🎈 Simple: Just install and enjoy, no fancy settings. 🕵️ Stealthy: Undetectable from YouTube. 🔓 Permission-Free: Needs no extra permissions to operate. 🆓 Free forever. Made my Igor & Luka
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Undetectable Youtube AdBlocker |
ID | hjmfamljcjmabepekpangndlnkffealb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
คำอธิบาย | A free Undetectable Youtube AdBlocker |
ขนาดไฟล์ | 37.24 KB |
จำนวนการติดตั้ง | 1,534 |
เวอร์ชันปัจจุบัน | 5.0 |
อัปเดตครั้งล่าสุด | 2023-11-27 |
วันที่เผยแพร่ | 2023-11-08 |
คะแนน | 3.79/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | LI |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Undetectable Youtube AdBlocker", "description": "A free Undetectable Youtube AdBlocker", "version": "5.0", "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "action": { "default_title": "Undetectable Youtube AdBlocker", "default_popup": "popup\/popup.html" }, "permissions": [], "content_scripts": [ { "js": [ ".\/scripts\/injector.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ ".\/css\/youtubeStyles.css" ], "run_at": "document_start" } ] } |