Selective Image Blocker

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

Cos'è Selective Image Blocker?

Selective Image Blocker è un'estensione di Chrome sviluppata da twongers, e la sua funzione principale è "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Selective Image Blocker

Scarica i file di estensione Selective Image Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Selective Image Blocker Selective Image Blocker
ID bdimdjhcpdbgdnmclfgmlapnpokafhpe
URL Ufficiale https://chromewebstore.google.com/detail/selective-image-blocker/bdimdjhcpdbgdnmclfgmlapnpokafhpe
Descrizione When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.
Dimensione del File 149 KB
Conteggio Installazioni 710
Versione Corrente 1.1
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2019-04-15
Valutazione 3.25/5 Totale 12 Valutazioni
Sviluppatore twongers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}