Stopbot
Easily turn image loading on and off to reduce data usage and speed up page loads.
Qu'est-ce que Stopbot ?
Stopbot est une extension Chrome développée par Jonathan Kirst, et sa fonction principale est "Easily turn image loading on and off to reduce data usage and speed up page loads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stopbot
Téléchargez les fichiers d'extension Stopbot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Stopbot |
ID | ihdeebmfbnbncbkdfeleapkghoalldmg |
URL Officiel | https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg |
Description | Easily turn image loading on and off to reduce data usage and speed up page loads. |
Taille du Fichier | 4.94 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2013-07-14 |
Date de Publication | 2013-07-14 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | Jonathan Kirst |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |