Stopbot

Easily turn image loading on and off to reduce data usage and speed up page loads.

什麼是Stopbot?

Stopbot是由Jonathan Kirst開發的Chrome擴展程式,該擴展的主要功能是“Easily turn image loading on and off to reduce data usage and speed up page loads.”。

擴展截圖

screenshot
screenshot
screenshot

下載Stopbot擴展crx文件

下載Stopbot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When turned on, Stopbot changes your Chrome Content Settings to block images. To turn it on and block images, just click the extension icon at the top right of your browser. If you want to turn images back on, simply click it again and reload the page.


For a full description from Google about these settings, read more here:

https://support.google.com/chrome/answer/2392971?hl=en                    

擴展基本資訊

名稱 Stopbot Stopbot
ID ihdeebmfbnbncbkdfeleapkghoalldmg
官方網址 https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg
簡介 Easily turn image loading on and off to reduce data usage and speed up page loads.
檔案大小 4.94 KB
安裝次數 77
目前版本 1.0.4
更新時間 2013-07-14
上架時間 2013-07-14
評分 4.71/5 共 7 次評分
開發者 Jonathan Kirst
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopbot",
    "description": "Easily turn image loading on and off to reduce data usage and speed up page loads.",
    "version": "1.0.4",
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "photos.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}