Imageless

Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.

What is Imageless?

Imageless is a Chrome extension developed by omar.w.qureshi, and its main feature is "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Imageless Extension CRX File

Download Imageless 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

                        Imageless allows you to toggle image visibility on any webpage. Just press ESC to hide all the images and press '~' (tilde) to show images.                    

Extension Basic Information

Name Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
Official URL https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
Description Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
File Size 36.47 KB
Installation Count 351
Current Version 1.1.2
Last Updated 2014-08-13
Publish Date 2014-08-13
Rating 3.90/5 Total 10 Ratings
Developer omar.w.qureshi
Payment Type free
Privacy Policy Page URL https://pixelblock.neocities.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imageless",
    "version": "1.1.2",
    "permissions": [
        "tabs",
        ""
    ],
    "description": "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.",
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "ld.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}