Images ON/OFF
Disable images on current site.
Was ist Images ON/OFF?
Images ON/OFF ist eine Chrome-Erweiterung, die von https://singleclickapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Disable images on current site.".
Erweiterungsscreenshots
Images ON/OFF-Erweiterungs-CRX-Datei herunterladen
Laden Sie Images ON/OFF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
Offizielle URL | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Beschreibung | Disable images on current site. |
Dateigröße | 50.33 KB |
Installationsanzahl | 29,934 |
Aktuelle Version | 2.3.1 |
Letztes Update | 2020-03-12 |
Veröffentlichungsdatum | 2020-03-12 |
Bewertung | 4.18/5 Insgesamt 97 Bewertungen |
Entwickler | https://singleclickapps.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://singleclickapps.com/images-on-off/ |
URL der Datenschutzrichtlinien-Seite | https://singleclickapps.com/privacy.html |
Unterstützte Sprachen | 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" } |