Selective Image Blocker

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

O que é Selective Image Blocker?

Selective Image Blocker é uma extensão do Chrome desenvolvida por twongers, e sua principal característica é "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Selective Image Blocker

Baixe arquivos de extensão Selective Image Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Selective Image Blocker Selective Image Blocker
ID bdimdjhcpdbgdnmclfgmlapnpokafhpe
URL Oficial https://chromewebstore.google.com/detail/selective-image-blocker/bdimdjhcpdbgdnmclfgmlapnpokafhpe
Descrição When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.
Tamanho do Arquivo 149 KB
Contagem de Instalações 710
Versão Atual 1.1
Última Atualização 2020-11-19
Data de Publicação 2019-04-15
Classificação 3.25/5 Total de 12 Avaliações
Desenvolvedor twongers
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}