Stopbot

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

Cos'è Stopbot?

Stopbot è un'estensione di Chrome sviluppata da Jonathan Kirst, e la sua funzione principale è "Easily turn image loading on and off to reduce data usage and speed up page loads.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stopbot

Scarica i file di estensione Stopbot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Stopbot Stopbot
ID ihdeebmfbnbncbkdfeleapkghoalldmg
URL Ufficiale https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg
Descrizione Easily turn image loading on and off to reduce data usage and speed up page loads.
Dimensione del File 4.94 KB
Conteggio Installazioni 77
Versione Corrente 1.0.4
Ultimo Aggiornamento 2013-07-14
Data di Pubblicazione 2013-07-14
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore Jonathan Kirst
Tipo di Pagamento free
Lingue Supportate 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
    }
}