Images ON/OFF

Disable images on current site.

Images ON/OFFとは何ですか?

Images ON/OFFはhttps://singleclickapps.comによって開発されたChromeの拡張機能で、その主な機能は「Disable images on current site.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Images ON/OFF拡張機能のCRXファイルをダウンロード

Images ON/OFF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use this extension to disable/enable images on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts.

There are some options available, but basically, the extension does just that and nothing more.                    

拡張機能の基本情報

名前 Images ON/OFF Images ON/OFF
ID nfmlhilnjccdggifdbhnhkffmjgalbgg
公式URL https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg
説明 Disable images on current site.
ファイルサイズ 50.33 KB
インストール数 29,934
現在のバージョン 2.3.1
最終更新日 2020-03-12
公開日 2020-03-12
評価 4.18/5 合計 97 レビュー
開発者 https://singleclickapps.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://singleclickapps.com/images-on-off/
プライバシーポリシーページのURL https://singleclickapps.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Images ON\/OFF",
    "version": "2.3.1",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/images-on-off",
    "description": "Disable images on current site.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Images On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}