SiteBlock
An extension that blocks sites and helps you focus.
SiteBlock क्या है?
SiteBlock gadfaria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that blocks sites and helps you focus."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SiteBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Stay focused and avoid distractions with this simple site blocker extension! Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!
एक्सटेंशन की मूल जानकारी
नाम | SiteBlock |
ID | piepfdhhijbhafaiefdpimdnfgndjpli |
आधिकारिक URL | https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli |
विवरण | An extension that blocks sites and helps you focus. |
फ़ाइल का आकार | 62.82 KB |
स्थापना संख्या | 405 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2024-02-21 |
प्रकाशन तिथि | 2022-12-26 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | gadfaria |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gadfaria/site-block-extension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiteBlock", "description": "An extension that blocks sites and helps you focus.", "version": "1.1.0", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |