Adult Site Blocker

Adult Site Blocker

O que é Adult Site Blocker?

Adult Site Blocker é uma extensão do Chrome desenvolvida por hawkbrad975, e sua principal característica é "Adult Site Blocker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Adult Site Blocker

Baixe arquivos de extensão Adult Site 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

                        Blocks all adult websites. This includes porn sites, escort sites, Online sex toy sites, dating sites, adult social media sites, adult stories sites etc. 

For all the parents out there, is your child addicted in using desktop/laptop. We are here to help you out to make sure your kids stay safe when they browse through the internet.

We block all adult websites that children are not allowed to view. We've got you covered.

How to use
1. Install the extension
2. That's it. We will take care of the rest                    

Informações Básicas da Extensão

Nome Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
URL Oficial https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Descrição Adult Site Blocker
Tamanho do Arquivo 15 KB
Contagem de Instalações 130
Versão Atual 0.3
Última Atualização 2022-07-30
Data de Publicação 2021-09-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor hawkbrad975
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://hawkbrad.github.io/privacy-policy-yt
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult Site Blocker",
    "description": "Adult Site Blocker",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3",
    "icons": {
        "128": "alogo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "alogo.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2
}