NoImages
Save loading time in slow internet connections by removing all images from the page
Qu'est-ce que NoImages ?
NoImages est une extension Chrome développée par Unknown, et sa fonction principale est "Save loading time in slow internet connections by removing all images from the page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoImages
Téléchargez les fichiers d'extension NoImages 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
Do you have a slow internet connection while traveling abroad or just with your regular ISP ? Save loading time in slow internet connections by removing all images from the page using this nifty extension.
Informations de Base sur l'Extension
Nom | NoImages |
ID | fkmkefpehlolmdiloilglfcojbomaoii |
URL Officiel | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
Description | Save loading time in slow internet connections by removing all images from the page |
Taille du Fichier | 14.2 KB |
Nombre d'Installations | 4,151 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-05-25 |
Date de Publication | 2015-05-22 |
Évaluation | 1.86/5 Total 7 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoImages", "description": "Save loading time in slow internet connections by removing all images from the page", "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |