Images ON/OFF
Disable images on current site.
Co to jest Images ON/OFF?
Images ON/OFF to rozszerzenie Chrome opracowane przez https://singleclickapps.com, a jego główną funkcją jest „Disable images on current site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Images ON/OFF
Pobierz pliki rozszerzeń Images ON/OFF w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
Oficjalny URL | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
Opis | Disable images on current site. |
Rozmiar pliku | 50.33 KB |
Liczba instalacji | 29,934 |
Aktualna Wersja | 2.3.1 |
Ostatnia Aktualizacja | 2020-03-12 |
Data Publikacji | 2020-03-12 |
Ocena | 4.18/5 Łącznie 97 Oceny |
Deweloper | https://singleclickapps.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://singleclickapps.com/images-on-off/ |
Adres URL Strony Polityki Prywatności | https://singleclickapps.com/privacy.html |
Obsługiwane Języki | 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" } |