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
官方網址 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
電子郵箱 [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"
}