Unaddict
Stop web addiction!
Unaddict क्या है?
Unaddict https://metaii.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop web addiction!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unaddict एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unaddict, by Metaii Inc, is a simple chrome extension to help break addiction to website. In today's busy world it is easy to waste hours of time on social media and lose productivity. Unaddict helps users by allowing them to create list of website urls they feel addicted to. After adding a website to the list whenever user attempts to visit that website, Unaddict will prevent the user from going to that website with a friendly reminder. Thus, breaking the addictive cycle. At their own discretion user may choose to disable or remove the addictive url at anytime.
एक्सटेंशन की मूल जानकारी
नाम | Unaddict |
ID | gjpkdldojiaeanjdoifmldjdlgflemkl |
आधिकारिक URL | https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl |
विवरण | Stop web addiction! |
फ़ाइल का आकार | 163 KB |
स्थापना संख्या | 3,593 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-05-01 |
प्रकाशन तिथि | 2020-01-19 |
रेटिंग | 4.52/5 कुल 29 रेटिंग्स |
डेवलपर | https://metaii.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unaddict", "version": "1.0.2", "description": "Stop web addiction!", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "130": "image\/unaddicticon.png" }, "browser_action": { "default_icon": "image\/unaddicticon.png", "default_popup": "popup.html" } } |