Image blocker
Chrome extension for comfortable image blocking.
What is Image blocker?
Image blocker is a Chrome extension developed by Davit Osipyan, and its main feature is "Chrome extension for comfortable image blocking.".
Extension Screenshots
Download Image blocker Extension CRX File
Download Image blocker 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
ImageBlocker is a Chrome extension that lets you hide or unhide images on a web page. A simple click on the ImageBlocker address bar icon or context menu item reveals or conceals images on-the-fly with true Opera-style functionality. Hiding/unhiding images is just a click away! ---------------------------------------------- Please note that ImageBlocker is not traffic saver and doesn't prevent image downloading.
Extension Basic Information
Name | Image blocker |
ID | mkhbghdfcdepfhgeklhdhlmdldiiaajp |
Official URL | https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp |
Description | Chrome extension for comfortable image blocking. |
File Size | 236 KB |
Installation Count | 15,073 |
Current Version | 1.0.2 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-07 |
Rating | 3.61/5 Total 117 Ratings |
Developer | Davit Osipyan |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.2", "description": "__MSG_extDescription__", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "page_action": { "default_title": "__MSG_extName__" }, "default_locale": "en", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |