Images ON/OFF
Disable images on current site.
Vad är Images ON/OFF?
Images ON/OFF är en Chrome-tillägg utvecklad av https://singleclickapps.com, och dess huvudfunktion är "Disable images on current site.".
Tilläggsskärmbilder
Ladda ner Images ON/OFF-förlängningens CRX-fil
Ladda ner Images ON/OFF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
Officiell webbadress | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Beskrivning | Disable images on current site. |
Filstorlek | 50.33 KB |
Antal Installationer | 29,934 |
Aktuell Version | 2.3.1 |
Senast Uppdaterad | 2020-03-12 |
Publiceringsdatum | 2020-03-12 |
Betyg | 4.18/5 Totalt 97 Betyg |
Utvecklare | https://singleclickapps.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://singleclickapps.com/images-on-off/ |
URL till Sekretesspolicy Sidan | https://singleclickapps.com/privacy.html |
Stödda Språk | 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" } |