Stopbot
Easily turn image loading on and off to reduce data usage and speed up page loads.
Co to jest Stopbot?
Stopbot to rozszerzenie Chrome opracowane przez Jonathan Kirst, a jego główną funkcją jest „Easily turn image loading on and off to reduce data usage and speed up page loads.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stopbot
Pobierz pliki rozszerzeń Stopbot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Stopbot |
ID | ihdeebmfbnbncbkdfeleapkghoalldmg |
Oficjalny URL | https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg |
Opis | Easily turn image loading on and off to reduce data usage and speed up page loads. |
Rozmiar pliku | 4.94 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2013-07-14 |
Data Publikacji | 2013-07-14 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | Jonathan Kirst |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |