Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

O que é Detach Site Blocker?

Detach Site Blocker é uma extensão do Chrome desenvolvida por Naveen Burathi, e sua principal característica é "Blocks the unwanted sites and boosts your productivity.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Detach Site Blocker

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

                        We all face distractions daily. Distractions not only lower our productivity, they also increase our stress.
 
Detach Site Blocker helps you to maximize their productivity during working hours. 

Detach Site Blocker makes you aware of your time.
 
It lets you create your custom BLACKLIST. 

It reminds you each time you try to visit the BLOCKED SITES. It sends you an alert and prevents unwanted sites to appear. 

Easy to use.                    

Informações Básicas da Extensão

Nome Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
URL Oficial https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
Descrição Blocks the unwanted sites and boosts your productivity.
Tamanho do Arquivo 62.84 KB
Contagem de Instalações 52
Versão Atual 1.0
Última Atualização 2021-11-25
Data de Publicação 2021-11-24
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor Naveen Burathi
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": "Detach Site Blocker",
    "description": "Blocks the unwanted sites and boosts your productivity.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}