Friction
Introduce friction to those sites you use habitually but want to use less.
Friction क्या है?
Friction Thomas Friedel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introduce friction to those sites you use habitually but want to use less."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Friction एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a bit of friction to bad browsing habits. If you often find yourself unthinkingly checking the same sites over and over and seem to waste a lot of time there, this browser extension may help a bit. Blacklist sites that you want to discourage for yourself, and the extension will "lock" those sites for you. However, the point is not to shut you off entirely, but just to discourage it a bit by adding a small (configurable) delay before you can unlock the sites. Once unlocked, the sites will be available for a (configurable) time, after which you will have to unlock them again. Changes in 0.4: - Added a setting to automatically enable and disable at configurable times
एक्सटेंशन की मूल जानकारी
नाम | Friction |
ID | ddaaigebndiilnnlhdnalnijlolmifid |
आधिकारिक URL | https://chromewebstore.google.com/detail/friction/ddaaigebndiilnnlhdnalnijlolmifid |
विवरण | Introduce friction to those sites you use habitually but want to use less. |
फ़ाइल का आकार | 6.97 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2018-03-21 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Thomas Friedel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tfriedel6/friction |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Friction", "version": "0.4", "manifest_version": 2, "description": "Introduce friction to those sites you use habitually but want to use less.", "background": { "persistent": false, "scripts": [ "background.js", "options.js" ] }, "permissions": [ "tabs", "storage" ], "options_ui": { "page": "options.html" }, "incognito": "split" } |