WebBlock
Block distracting websites
WebBlock क्या है?
WebBlock webblockdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block distracting websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Finally, a website blocker that actually works! Some website blockers are too strict, so you disable them, only to never enable them again. Some are too lax, so you figure out how to bypass them and they become useless. WebBlock finds the perfect balance: it let's you go on blocked websites, but first you have to do nothing for 1 minute. The boredom is the perfect deterrent from binging youtube, but doesn't get in the way of real work!
एक्सटेंशन की मूल जानकारी
नाम | WebBlock |
ID | jeahkphmdfbddenabgndnooheiciocka |
आधिकारिक URL | https://chromewebstore.google.com/detail/webblock/jeahkphmdfbddenabgndnooheiciocka |
विवरण | Block distracting websites |
फ़ाइल का आकार | 32.56 KB |
स्थापना संख्या | 496 |
वर्तमान संस्करण | 3.1.5 |
अंतिम अपडेट | 2022-12-08 |
प्रकाशन तिथि | 2020-07-05 |
रेटिंग | 4.78/5 कुल 9 रेटिंग्स |
डेवलपर | webblockdev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/SimonBerens/WebBlock |
सहायता पृष्ठ URL | https://github.com/SimonBerens/WebBlock/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebBlock", "version": "3.1.5", "description": "Block distracting websites", "icons": { "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "action": { "default_icon": [], "default_title": "WebBlock", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "minimum_chrome_version": "92", "options_page": "options.html", "permissions": [ "storage", "tabs", "alarms" ] } |