Image blocker

Chrome extension for comfortable image blocking.

Co to jest Image blocker?

Image blocker to rozszerzenie Chrome opracowane przez Davit Osipyan, a jego główną funkcją jest „Chrome extension for comfortable image blocking.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Image blocker

Pobierz pliki rozszerzeń Image blocker 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

                        ImageBlocker is a Chrome extension that lets you hide or unhide images on a web page. A simple click on the ImageBlocker address bar icon or context menu item reveals or conceals images on-the-fly with true Opera-style functionality.

Hiding/unhiding images is just a click away!

----------------------------------------------
Please note that ImageBlocker is not traffic saver and doesn't prevent image downloading.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image blocker Image blocker
ID mkhbghdfcdepfhgeklhdhlmdldiiaajp
Oficjalny URL https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp
Opis Chrome extension for comfortable image blocking.
Rozmiar pliku 236 KB
Liczba instalacji 15,073
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-06-07
Data Publikacji 2020-06-07
Ocena 3.61/5 Łącznie 117 Oceny
Deweloper Davit Osipyan
Typ Płatności free
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "page_action": {
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}