Block Sites 2.0

An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.

O que é Block Sites 2.0?

Block Sites 2.0 é uma extensão do Chrome desenvolvida por F & D, e sua principal característica é "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Block Sites 2.0

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

                        ⬇️️ Easy to set up ⬇️:

1. Install the extension.
2. Sync your schedule with the extension.
3. Turn on Focus, block unrelated sites 🚫, or even schedule the blocking to focus more in your busy hours.

✨Features ✨

1. Focus timer removes all distracting and blocked content from your sight. 🧘‍♀️
2. Focus Mode lets you set times when to disable websites and when to browse freely.
3. Block adult content on your device. 🚫
4. Set a passcode for the extension to restrict yourself from procrastination.
5. Sync the extension with your devices to have total control over your schedule.

This extension makes you more productive with customized working-schedule features.                    

Informações Básicas da Extensão

Nome Block Sites 2.0 Block Sites 2.0
ID bcbaamfibamjpnlemomglkhmeohipmcg
URL Oficial https://chromewebstore.google.com/detail/block-sites-20/bcbaamfibamjpnlemomglkhmeohipmcg
Descrição An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.
Tamanho do Arquivo 13.51 MB
Contagem de Instalações 51
Versão Atual 1.0.0
Última Atualização 2022-12-11
Data de Publicação 2022-12-11
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor F & D
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Sites 2.0",
    "version": "1.0.0",
    "description": "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/dashboard.html",
                "html\/popup.html",
                "html\/blocked.html",
                "css\/custom.css",
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/shield-32.png",
        "32": "img\/shield-32.png",
        "48": "img\/shield.png",
        "128": "img\/shield.png"
    },
    "action": {
        "default_icon": "img\/shield.png",
        "default_title": "Block Sites",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ]
}