Unaddict
Stop web addiction!
Was ist Unaddict?
Unaddict ist eine Chrome-Erweiterung, die von https://metaii.com entwickelt wurde, und ihr Hauptmerkmal ist "Stop web addiction!".
Erweiterungsscreenshots
Unaddict-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unaddict-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Unaddict |
ID | gjpkdldojiaeanjdoifmldjdlgflemkl |
Offizielle URL | https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl |
Beschreibung | Stop web addiction! |
Dateigröße | 163 KB |
Installationsanzahl | 3,593 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-05-01 |
Veröffentlichungsdatum | 2020-01-19 |
Bewertung | 4.52/5 Insgesamt 29 Bewertungen |
Entwickler | https://metaii.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |