Images ON/OFF
Disable images on current site.
What is Images ON/OFF?
Images ON/OFF is a Chrome extension developed by https://singleclickapps.com, and its main feature is "Disable images on current site.".
Extension Screenshots
Download Images ON/OFF Extension CRX File
Download Images ON/OFF 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
Use this extension to disable/enable images on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts. There are some options available, but basically, the extension does just that and nothing more.
Extension Basic Information
Name | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
Official URL | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Description | Disable images on current site. |
File Size | 50.33 KB |
Installation Count | 29,934 |
Current Version | 2.3.1 |
Last Updated | 2020-03-12 |
Publish Date | 2020-03-12 |
Rating | 4.18/5 Total 97 Ratings |
Developer | https://singleclickapps.com |
[email protected] | |
Payment Type | free |
Extension Website | https://singleclickapps.com/images-on-off/ |
Privacy Policy Page URL | https://singleclickapps.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Images ON\/OFF", "version": "2.3.1", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/images-on-off", "description": "Disable images on current site.", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contentSettings", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "Images On\/Off" }, "incognito": "spanning", "background": { "page": "background.html" }, "options_page": "options.html" } |