Dynamic Website Blocker
Earn points through productive sites in order to view unproductive sites.
Was ist Dynamic Website Blocker?
Dynamic Website Blocker ist eine Chrome-Erweiterung, die von ethanhuang301 entwickelt wurde, und ihr Hauptmerkmal ist "Earn points through productive sites in order to view unproductive sites.".
Erweiterungsscreenshots
Dynamic Website Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dynamic Website Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Dynamic Website Blocker |
ID | cggnglballhnedljhdapcgadnfidbclf |
Offizielle URL | https://chromewebstore.google.com/detail/dynamic-website-blocker/cggnglballhnedljhdapcgadnfidbclf |
Beschreibung | Earn points through productive sites in order to view unproductive sites. |
Dateigröße | 1.13 MB |
Installationsanzahl | 34 |
Aktuelle Version | 5.0.0 |
Letztes Update | 2023-04-06 |
Veröffentlichungsdatum | 2022-08-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ethanhuang301 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ethanhuang03/block-site |
Hilfeseite URL | https://github.com/ethanhuang03/block-site |
Unterstützte Sprachen | 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": [ " |