Images ON/OFF

Disable images on current site.

Co je Images ON/OFF?

Images ON/OFF je rozšíření Chrome vyvinuté https://singleclickapps.com, a jeho hlavní funkcí je „Disable images on current site.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Images ON/OFF

Stáhněte si soubory rozšíření Images ON/OFF ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Images ON/OFF Images ON/OFF
ID nfmlhilnjccdggifdbhnhkffmjgalbgg
Oficiální URL https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg
Popis Disable images on current site.
Velikost souboru 50.33 KB
Počet instalací 29,934
Aktuální Verze 2.3.1
Poslední Aktualizace 2020-03-12
Datum Vydání 2020-03-12
Hodnocení 4.18/5 Celkem 97 Hodnocení
Vývojář https://singleclickapps.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://singleclickapps.com/images-on-off/
URL Stránky Zásad Ochrany Soukromí https://singleclickapps.com/privacy.html
Podporované Jazyky 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"
}