Unaddict
Stop web addiction!
Qu'est-ce que Unaddict ?
Unaddict est une extension Chrome développée par https://metaii.com, et sa fonction principale est "Stop web addiction!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unaddict
Téléchargez les fichiers d'extension Unaddict au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unaddict |
ID | gjpkdldojiaeanjdoifmldjdlgflemkl |
URL Officiel | https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl |
Description | Stop web addiction! |
Taille du Fichier | 163 KB |
Nombre d'Installations | 3,593 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-05-01 |
Date de Publication | 2020-01-19 |
Évaluation | 4.52/5 Total 29 Évaluations |
Développeur | https://metaii.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |