Video Blocker
Block videos from playing.
Video Blocker क्या है?
Video Blocker Ben Plowman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block videos from playing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |