Images ON/OFF
Disable images on current site.
Qu'est-ce que Images ON/OFF ?
Images ON/OFF est une extension Chrome développée par https://singleclickapps.com, et sa fonction principale est "Disable images on current site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Images ON/OFF
Téléchargez les fichiers d'extension Images ON/OFF 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
Use this extension to disable/enable images on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts. There are some options available, but basically, the extension does just that and nothing more.
Informations de Base sur l'Extension
Nom | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
URL Officiel | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Description | Disable images on current site. |
Taille du Fichier | 50.33 KB |
Nombre d'Installations | 29,934 |
Version Actuelle | 2.3.1 |
Dernière Mise à Jour | 2020-03-12 |
Date de Publication | 2020-03-12 |
Évaluation | 4.18/5 Total 97 Évaluations |
Développeur | https://singleclickapps.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://singleclickapps.com/images-on-off/ |
URL de la Page de Politique de Confidentialité | https://singleclickapps.com/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Images ON\/OFF", "version": "2.3.1", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/images-on-off", "description": "Disable images on current site.", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contentSettings", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "Images On\/Off" }, "incognito": "spanning", "background": { "page": "background.html" }, "options_page": "options.html" } |