imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
What is imgZombie - Image Toggler?
imgZombie - Image Toggler is a Chrome extension developed by jkupczak, and its main feature is "Quick one-click toggle to turn images off and on. Works with local HTML files too!".
Extension Screenshots
Download imgZombie - Image Toggler Extension CRX File
Download imgZombie - Image Toggler 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
Kill images and then raise them from the grave! imgZombie allows you to turn off all images on the page that you're currently viewing. Just click the extension icon in your toolbar to activate. Click it again to turn all images back on. If you want to do this on a local HTML file, make sure you give imgZombie access in the Extension settings page.
Extension Basic Information
Name | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Official URL | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Description | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
File Size | 11.98 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2019-08-09 |
Publish Date | 2019-08-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jkupczak |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgZombie - Image Toggler", "description": "Quick one-click toggle to turn images off and on. Works with local HTML files too!", "version": "1.0", "icons": { "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Toggle Images" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ] } |