Site Blocker

Block any site to keep working on your main tasks

O que é Site Blocker?

Site Blocker é uma extensão do Chrome desenvolvida por chtshebd792, e sua principal característica é "Block any site to keep working on your main tasks".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Site Blocker

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

                        Save your time and protect your data with useful Site Blocker. You can also block them permanently or on schedule. Protect your children from unwanted and nasty content and install this amazing extension. Your browsing process will be safe and pleasant. This site blocker is extremely easy to use and it doesn`t weigh a lot. Block any website by key word or category. Choose certain websites you want to be blocked forever. There is option of creating a so called “white list” of websites, so the sites form the list will avoid all blocking settings.                    

Informações Básicas da Extensão

Nome Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
URL Oficial https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Descrição Block any site to keep working on your main tasks
Tamanho do Arquivo 34.65 KB
Contagem de Instalações 10,000
Versão Atual 1.6
Última Atualização 2022-01-27
Data de Publicação 2021-02-22
Classificação 4.50/5 Total de 16 Avaliações
Desenvolvedor chtshebd792
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Block any site to keep working on your main tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "hbl\/hbl_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "common\/HostBlackList.js",
            "script\/chrome.js"
        ]
    }
}