Self Control
A simple extension to keep you focused online
Self Control क्या है?
Self Control nhandyal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension to keep you focused online"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Self Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
V2 updates! - Custom time interval for distraction free mode - Ability to turn off 'always on' mode - Improved UI -- Self Control -- A simple app to keep you focused online by blocking sites that you spend way too much time on. Note that the app works by blocking patterns within the full url. For example if you were to block the pattern "book" the sites www.facebook.com and books.google.com would both be blocked. Distraction free mode prevents you from removing block patterns from the app for a fixed amount of time. By default this is one hour, but it can be changed in settings. Note that you cannot set a time shorter than 20 min :p By default the extension is always running. To change this so that the extension only runs when distraction free mode is enabled, toggle 'Always on' in settings to Off.
एक्सटेंशन की मूल जानकारी
नाम | Self Control |
ID | ncaaipdfhdijmfdfmeoagmogddhkfdec |
आधिकारिक URL | https://chromewebstore.google.com/detail/self-control/ncaaipdfhdijmfdfmeoagmogddhkfdec |
विवरण | A simple extension to keep you focused online |
फ़ाइल का आकार | 914 KB |
स्थापना संख्या | 33,353 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2017-05-16 |
प्रकाशन तिथि | 2017-05-15 |
रेटिंग | 4.03/5 कुल 226 रेटिंग्स |
डेवलपर | nhandyal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background-bundle.js" ] }, "browser_action": { "default_icon": { "19": "images\/pirate_19.png", "38": "images\/pirate_38.png" }, "default_popup": "html\/popup.html", "default_title": "Self Control" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "A simple extension to keep you focused online", "icons": { "128": "images\/pirate_128.png", "16": "images\/pirate_16.png", "48": "images\/pirate_48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "Self Control", "permissions": [ "webRequest", "webRequestBlocking", " |