Dynamic Website Blocker

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

Qu'est-ce que Dynamic Website Blocker ?

Dynamic Website Blocker est une extension Chrome développée par ethanhuang301, et sa fonction principale est "Earn points through productive sites in order to view unproductive sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dynamic Website Blocker

Téléchargez les fichiers d'extension Dynamic Website Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dynamic Website Blocker Dynamic Website Blocker
ID cggnglballhnedljhdapcgadnfidbclf
URL Officiel https://chromewebstore.google.com/detail/dynamic-website-blocker/cggnglballhnedljhdapcgadnfidbclf
Description Earn points through productive sites in order to view unproductive sites.
Taille du Fichier 1.13 MB
Nombre d'Installations 34
Version Actuelle 5.0.0
Dernière Mise à Jour 2023-04-06
Date de Publication 2022-08-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur ethanhuang301
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ethanhuang03/block-site
URL de la Page d'Aide https://github.com/ethanhuang03/block-site
Langues Prises en Charge 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"
    }
}