Unaddict
Stop web addiction!
ما هو Unaddict؟
Unaddict هو إضافة Chrome تم تطويرها بواسطة https://metaii.com، والميزة الرئيسية لها هي "Stop web addiction!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unaddict
قم بتنزيل ملفات الامتداد Unaddict بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |