Image blocker

Chrome extension for comfortable image blocking.

Qu'est-ce que Image blocker ?

Image blocker est une extension Chrome développée par Davit Osipyan, et sa fonction principale est "Chrome extension for comfortable image blocking.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image blocker

Téléchargez les fichiers d'extension Image blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Image blocker Image blocker
ID mkhbghdfcdepfhgeklhdhlmdldiiaajp
URL Officiel https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp
Description Chrome extension for comfortable image blocking.
Taille du Fichier 236 KB
Nombre d'Installations 15,073
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-06-07
Date de Publication 2020-06-07
Évaluation 3.61/5 Total 117 Évaluations
Développeur Davit Osipyan
Type de Paiement free
Langues Prises en Charge 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'"
}