Imageless

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

什么是Imageless?

Imageless是由omar.w.qureshi开发的Chrome扩展程序,该扩展的主要功能是“Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Imageless扩展crx文件

下载Imageless扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
官方URL https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
简介 Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
文件大小 36.47 KB
安装次数 351
当前版本 1.1.2
更新时间 2014-08-13
上架时间 2014-08-13
评分 3.90/5 共10次评分
开发者 omar.w.qureshi
付费类型 free
隐私政策页面URL https://pixelblock.neocities.org
支持的语言 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
        }
    ]
}