Image blocker

Chrome extension for comfortable image blocking.

Wat is Image blocker?

Image blocker is een Chrome-extensie ontwikkeld door Davit Osipyan, en de belangrijkste functie is "Chrome extension for comfortable image blocking.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image blocker

Download Image blocker-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

                        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.                    

Basisinformatie over de Extensie

Naam Image blocker Image blocker
ID mkhbghdfcdepfhgeklhdhlmdldiiaajp
Officiële URL https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp
Beschrijving Chrome extension for comfortable image blocking.
Bestandsgrootte 236 KB
Aantal Installaties 15,073
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-06-07
Publicatiedatum 2020-06-07
Beoordeling 3.61/5 Totaal 117 Beoordelingen
Ontwikkelaar Davit Osipyan
Betalingswijze free
Ondersteunde Talen 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'"
}