Image Remover

It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…

What is Image Remover?

Image Remover is a Chrome extension developed by https://danielw.org, and its main feature is "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".

Extension Screenshots

screenshot

Download Image Remover Extension CRX File

Download Image Remover 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

                        It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh.

===== Testimonials =====
Person A: "No feedback needed, it's that effective."
Person B: "What A said."                    

Extension Basic Information

Name Image Remover Image Remover
ID keimggighiknpiiloncafdmhopgccbbk
Official URL https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk
Description It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
File Size 7.88 KB
Installation Count 1,528
Current Version 1.0
Last Updated 2016-03-03
Publish Date 2016-03-02
Rating 4.44/5 Total 9 Ratings
Developer https://danielw.org
Email [email protected]
Payment Type free
Extension Website http://www.danielw.org
Help Page URL http://www.danielw.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Remover",
    "version": "1.0",
    "permissions": [
        "background",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "imgremove.png"
    },
    "browser_action": {
        "default_title": "Click to remove all images",
        "default_icon": "imgremove.png"
    },
    "manifest_version": 2,
    "short_name": "Image Remover"
}