Selective Image Blocker

When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.

Qu'est-ce que Selective Image Blocker ?

Selective Image Blocker est une extension Chrome développée par twongers, et sa fonction principale est "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Selective Image Blocker

Téléchargez les fichiers d'extension Selective 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

                        Selective Image Blocker allows you to block images that match ANY keywords you specify!

This extensions is not perfect, but attempts to protect you from images you may not want to see. Examples include:

- Snakes
- Spiders
- Children
- Monsters
- Ghosts
- Presidents

== UPDATED VERSION 1.1 ==
- Keywords can be locked with a password or PIN for parental controls
- Will now hide images that are revealed through scrolling                    

Informations de Base sur l'Extension

Nom Selective Image Blocker Selective Image Blocker
ID bdimdjhcpdbgdnmclfgmlapnpokafhpe
URL Officiel https://chromewebstore.google.com/detail/selective-image-blocker/bdimdjhcpdbgdnmclfgmlapnpokafhpe
Description When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.
Taille du Fichier 149 KB
Nombre d'Installations 710
Version Actuelle 1.1
Dernière Mise à Jour 2020-11-19
Date de Publication 2019-04-15
Évaluation 3.25/5 Total 12 Évaluations
Développeur twongers
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selective Image Blocker",
    "description": "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.",
    "version": "1.1",
    "icons": {
        "32": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "bg.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "snakeblocker.css"
            ],
            "js": [
                "jquery.js",
                "chrome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}