YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
YouTube™ Video AdBlocker Extensionคืออะไร?
YouTube™ Video AdBlocker Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Creative Joys และคุณลักษณะหลักของมันคือ "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Video AdBlocker Extension
ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ Video AdBlocker 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
คำอธิบาย | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
ขนาดไฟล์ | 22.71 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-01-08 |
วันที่เผยแพร่ | 2020-07-05 |
ผู้พัฒนา | The Creative Joys |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Video AdBlocker Extension", "short_name": "Ad Blocker", "version": "1.0", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.", "manifest_version": 2, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "adBlockerBg.js" ] }, "page_action": { "default_title": "YouTube\u2122 Video AdBlocker", "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" } ] } |