Images ON/OFF
Disable images on current site.
Wat is Images ON/OFF?
Images ON/OFF is een Chrome-extensie ontwikkeld door https://singleclickapps.com, en de belangrijkste functie is "Disable images on current site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Images ON/OFF
Download Images ON/OFF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
Officiële URL | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Beschrijving | Disable images on current site. |
Bestandsgrootte | 50.33 KB |
Aantal Installaties | 29,934 |
Huidige Versie | 2.3.1 |
Laatst Bijgewerkt | 2020-03-12 |
Publicatiedatum | 2020-03-12 |
Beoordeling | 4.18/5 Totaal 97 Beoordelingen |
Ontwikkelaar | https://singleclickapps.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://singleclickapps.com/images-on-off/ |
URL van de Privacybeleid Pagina | https://singleclickapps.com/privacy.html |
Ondersteunde Talen | 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" } |