Selective Image Blocker

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

Was ist Selective Image Blocker?

Selective Image Blocker ist eine Chrome-Erweiterung, die von twongers entwickelt wurde, und ihr Hauptmerkmal ist "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.".

Erweiterungsscreenshots

screenshot

Selective Image Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selective Image Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Selective Image Blocker Selective Image Blocker
ID bdimdjhcpdbgdnmclfgmlapnpokafhpe
Offizielle URL https://chromewebstore.google.com/detail/selective-image-blocker/bdimdjhcpdbgdnmclfgmlapnpokafhpe
Beschreibung When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.
Dateigröße 149 KB
Installationsanzahl 710
Aktuelle Version 1.1
Letztes Update 2020-11-19
Veröffentlichungsdatum 2019-04-15
Bewertung 3.25/5 Insgesamt 12 Bewertungen
Entwickler twongers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}