Stopbot

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

Wat is Stopbot?

Stopbot is een Chrome-extensie ontwikkeld door Jonathan Kirst, en de belangrijkste functie is "Easily turn image loading on and off to reduce data usage and speed up page loads.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stopbot

Download Stopbot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Stopbot Stopbot
ID ihdeebmfbnbncbkdfeleapkghoalldmg
Officiële URL https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg
Beschrijving Easily turn image loading on and off to reduce data usage and speed up page loads.
Bestandsgrootte 4.94 KB
Aantal Installaties 77
Huidige Versie 1.0.4
Laatst Bijgewerkt 2013-07-14
Publicatiedatum 2013-07-14
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Jonathan Kirst
Betalingswijze free
Ondersteunde Talen 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
    }
}