Video Blocker
Block videos from playing.
Video Blockerคืออะไร?
Video Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Plowman และคุณลักษณะหลักของมันคือ "Block videos from playing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Video Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Video Blocker stops annoying autoplay videos before they start. * Prevents all web videos from automatically playing on pages. * Allows you to whitelist specific domains like youtube.com where you want videos to play. * Allows you to enable a single video by clicking on the video directly. * If you find a video this extension is not currently blocking, I'd love to hear about it. Hit me up on twitter @benplowman. New in version 1.2 (October 2022): * Fixed a bug where several languages were poorly translated. * Migrated to the latest version of the Chrome Extensions framework (manifest v3) New in version 1.1: * Fixed a bug where some videos were no longer being blocked. New in version 1.0: * Reduce CPU usage in pages with lots of content updates. * Support for adding domains with multiple parts like "stan.com.au" to the allow list. Before you could only add the end of the domain, "com.au", to the allow list, which didn't make much sense. * Removed unused notifications permission.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Blocker |
ID | kkgpdmegkhdheglikjleejknplhdpbck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-blocker/kkgpdmegkhdheglikjleejknplhdpbck |
คำอธิบาย | Block videos from playing. |
ขนาดไฟล์ | 1.93 MB |
จำนวนการติดตั้ง | 15,238 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-10-27 |
วันที่เผยแพร่ | 2020-02-06 |
คะแนน | 3.53/5 รวมทั้งหมด 120 คะแนน |
ผู้พัฒนา | Ben Plowman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/benplowman |
URL หน้าช่วยเหลือ | https://twitter.com/benplowman |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Ben Plowman", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.2", "icons": { "128": "img\/tv.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |