Stopbot
Easily turn image loading on and off to reduce data usage and speed up page loads.
O que é Stopbot?
Stopbot é uma extensão do Chrome desenvolvida por Jonathan Kirst, e sua principal característica é "Easily turn image loading on and off to reduce data usage and speed up page loads.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stopbot
Baixe arquivos de extensão Stopbot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Stopbot |
ID | ihdeebmfbnbncbkdfeleapkghoalldmg |
URL Oficial | https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg |
Descrição | Easily turn image loading on and off to reduce data usage and speed up page loads. |
Tamanho do Arquivo | 4.94 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.0.4 |
Última Atualização | 2013-07-14 |
Data de Publicação | 2013-07-14 |
Classificação | 4.71/5 Total de 7 Avaliações |
Desenvolvedor | Jonathan Kirst |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |