Image Stripper
This extension removes all images from a page
What is Image Stripper?
Image Stripper is a Chrome extension developed by http://andersfisher.com, and its main feature is "This extension removes all images from a page".
Download Image Stripper Extension CRX File
Download Image Stripper 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
Image striper hides all images on a page but preserves the layout of background images.
Extension Basic Information
Name | ![]() |
ID | jhmodlaiiloiddhmegemmjmgamhhcoaj |
Official URL | https://chrome.google.com/webstore/detail/image-stripper/jhmodlaiiloiddhmegemmjmgamhhcoaj |
Description | This extension removes all images from a page |
File Size | 11.36 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2014-07-25 |
Publish Date | 2014-07-25 |
Rating | 2.00/5 Total 2 Ratings |
Developer | http://andersfisher.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Stripper", "description": "This extension removes all images from a page", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "app.js" ], "persistent": false } } |