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
官方網址 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
        }
    ]
}