Unaddict
Stop web addiction!
Co je Unaddict?
Unaddict je rozšíření Chrome vyvinuté https://metaii.com, a jeho hlavní funkcí je „Stop web addiction!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Unaddict
Stáhněte si soubory rozšíření Unaddict ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Unaddict |
ID | gjpkdldojiaeanjdoifmldjdlgflemkl |
Oficiální URL | https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl |
Popis | Stop web addiction! |
Velikost souboru | 163 KB |
Počet instalací | 3,593 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2021-05-01 |
Datum Vydání | 2020-01-19 |
Hodnocení | 4.52/5 Celkem 29 Hodnocení |
Vývojář | https://metaii.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |