Unaddict
Stop web addiction!
Unaddictคืออะไร?
Unaddict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metaii.com และคุณลักษณะหลักของมันคือ "Stop web addiction!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unaddict
ดาวน์โหลดไฟล์ส่วนขยาย Unaddict ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |