Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Video AdBlock for YouTube™ Extensionคืออะไร?
Video AdBlock for YouTube™ Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Creative Joys และคุณลักษณะหลักของมันคือ "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video AdBlock for YouTube™ Extension
ดาวน์โหลดไฟล์ส่วนขยาย Video AdBlock for YouTube™ Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music. Enjoy ad free videos!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video AdBlock for YouTube™ Extension |
ID | lmkjedkhnnhcohninidcejgollmggcjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf |
คำอธิบาย | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. |
ขนาดไฟล์ | 24.76 KB |
จำนวนการติดตั้ง | 11,474 |
เวอร์ชันปัจจุบัน | 5.1 |
อัปเดตครั้งล่าสุด | 2023-12-13 |
วันที่เผยแพร่ | 2020-06-26 |
คะแนน | 4.17/5 รวมทั้งหมด 81 คะแนน |
ผู้พัฒนา | The Creative Joys |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/videoadblockforyt/home |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video AdBlock for YouTube\u2122 Extension", "version": "5.1", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.", "manifest_version": 3, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "service_worker": "adBlockerBg.js" }, "action": { "default_title": "Video AdBlock for YouTube\u2122", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ], "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ " |