Block image
Block images and videos.
What is Block image?
Block image is a Chrome extension developed by HnQ, and its main feature is "Block images and videos.".
Extension Screenshots
Download Block image Extension CRX File
Download Block image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Prevent images from "DownLoading". You can toggle blocking on/off by clicking the extension icon on the chrome toolbar.
Extension Basic Information
Name | Block image |
ID | pehaalcefcjfccdpbckoablngfkfgfgj |
Official URL | https://chromewebstore.google.com/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj |
Description | Block images and videos. |
File Size | 22.35 KB |
Installation Count | 10,000 |
Current Version | 1.1 |
Last Updated | 2018-06-28 |
Publish Date | 2018-06-28 |
Rating | 4.26/5 Total 186 Ratings |
Developer | HnQ |
Payment Type | free |
Supported Languages | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "version": "1.1", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19-disabled.png" }, "default_title": "__MSG_extension_name__" }, "permissions": [ "webRequest", "webRequestBlocking", " |