Dynamic Website Blocker

Earn points through productive sites in order to view unproductive sites.

O que é Dynamic Website Blocker?

Dynamic Website Blocker é uma extensão do Chrome desenvolvida por ethanhuang301, e sua principal característica é "Earn points through productive sites in order to view unproductive sites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dynamic Website Blocker

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

                        Smart Block Site helps users stay on task through "reward" and "punishment", without outright restricting websites. 

For every minute a user is on a "merit site", they can earn points. For every minute a user is on a "demerit site", they lose points. The "demerit site" gets blocked once there are no more points left, and the user has to earn points again to re-access the "demerit site".

Features:
• Autofill Common Sites: Auto fills block sites with common distractors.
• Merit Weight: Points added per minute on merit sites.
• Demerit Weight: Points subtracted per minute on demerit sites.
• Enable/Disable Settings: Once enabled, points will reset if disabled.
• Maximum Points Accumulated: 
• Reset Points After Closure: Once enabled, points will reset if browser is closed.
• Permanent Block List: Permanently blocks websites. 
• Block By Category: Permanently block websites by category (adult).

More Information:
https://github.com/ethanhuang03/block-site
This project is a fork of: https://github.com/penge/block-site                    

Informações Básicas da Extensão

Nome Dynamic Website Blocker Dynamic Website Blocker
ID cggnglballhnedljhdapcgadnfidbclf
URL Oficial https://chromewebstore.google.com/detail/dynamic-website-blocker/cggnglballhnedljhdapcgadnfidbclf
Descrição Earn points through productive sites in order to view unproductive sites.
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 34
Versão Atual 5.0.0
Última Atualização 2023-04-06
Data de Publicação 2022-08-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ethanhuang301
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ethanhuang03/block-site
URL da Página de Ajuda https://github.com/ethanhuang03/block-site
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dynamic Website Blocker",
    "description": "Earn points through productive sites in order to view unproductive sites.",
    "version": "5.0.0",
    "icons": {
        "128": "images\/green_shield.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/green_shield.png"
        },
        "default_popup": "src\/ui\/popup.html"
    },
    "options_ui": {
        "page": "src\/ui\/settings.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "webRequest",
        "idle"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "src\/background.js"
    }
}