QuickBlock
This extension allows you to temporarily block images and scripts.
QuickBlock क्या है?
QuickBlock https://genggoen.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to temporarily block images and scripts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuickBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
QuickBlock is made up of two content blockers (an image blocker and a script blocker) that can be turned on and off separately. Each content blocker internally uses your browser's built-in content blocker that targets the same content type to block contents efficiently. For example, if you turn on the image blocker, it temporarily takes control of the built-in image blocker to block images for all websites. And if you turn it off, the built-in image blocker is restored to its original settings. You can turn content blockers on and off using: - toolbar icon - keyboard shortcut For more information, see "QuickBlock User Guide" (click "Website" on the right side of this page).
एक्सटेंशन की मूल जानकारी
नाम | QuickBlock |
ID | jlkpnekpomdbobkdokohimfcbgcpldfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/quickblock/jlkpnekpomdbobkdokohimfcbgcpldfp |
विवरण | This extension allows you to temporarily block images and scripts. |
फ़ाइल का आकार | 34.75 KB |
स्थापना संख्या | 3,109 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2021-12-16 |
प्रकाशन तिथि | 2019-07-27 |
रेटिंग | 4.39/5 कुल 36 रेटिंग्स |
डेवलपर | https://genggoen.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://genggoen.blogspot.com/2016/09/quickblock-userguide.html |
गोपनीयता नीति पृष्ठ URL | https://genggoen.blogspot.com/2019/07/privacy-policy.html |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.0.0", "description": "__MSG_extDescription__", "permissions": [ "contentSettings", "storage" ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "default_locale": "en", "action": { "default_icon": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png" } }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_page": "options\/options_page.html", "commands": { "block": { "description": "__MSG_blockCommand__" }, "block2": { "description": "__MSG_blockCommand2__" }, "block3": { "description": "__MSG_blockCommand3__" }, "block4": { "description": "__MSG_blockCommand4__" }, "block5": { "description": "__MSG_blockCommand5__" }, "block6": { "description": "__MSG_blockCommand6__" } } } |