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
        }
    ]
}