Stopbot

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

What is Stopbot?

Stopbot is a Chrome extension developed by Jonathan Kirst, and its main feature is "Easily turn image loading on and off to reduce data usage and speed up page loads.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stopbot Extension CRX File

Download Stopbot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Stopbot Stopbot
ID ihdeebmfbnbncbkdfeleapkghoalldmg
Official URL https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg
Description Easily turn image loading on and off to reduce data usage and speed up page loads.
File Size 4.94 KB
Installation Count 77
Current Version 1.0.4
Last Updated 2013-07-14
Publish Date 2013-07-14
Rating 4.71/5 Total 7 Ratings
Developer Jonathan Kirst
Payment Type free
Supported Languages 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
    }
}