Dynamic Website Blocker
Earn points through productive sites in order to view unproductive sites.
Dynamic Website Blocker क्या है?
Dynamic Website Blocker ethanhuang301 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Earn points through productive sites in order to view unproductive sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dynamic Website Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Dynamic Website Blocker |
ID | cggnglballhnedljhdapcgadnfidbclf |
आधिकारिक URL | https://chromewebstore.google.com/detail/dynamic-website-blocker/cggnglballhnedljhdapcgadnfidbclf |
विवरण | Earn points through productive sites in order to view unproductive sites. |
फ़ाइल का आकार | 1.13 MB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 5.0.0 |
अंतिम अपडेट | 2023-04-06 |
प्रकाशन तिथि | 2022-08-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ethanhuang301 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ethanhuang03/block-site |
सहायता पृष्ठ URL | https://github.com/ethanhuang03/block-site |
समर्थित भाषाएँ | 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": [ " |