Unaddict

Stop web addiction!

Unaddict là gì?

Unaddict là một tiện ích mở rộng Chrome được phát triển bởi https://metaii.com, và tính năng chính của nó là "Stop web addiction!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unaddict

Tải xuống các tệp mở rộng Unaddict dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unaddict Unaddict
ID gjpkdldojiaeanjdoifmldjdlgflemkl
URL Chính Thức https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl
Mô tả Stop web addiction!
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 3,593
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-05-01
Ngày Phát Hành 2020-01-19
Đánh Giá 4.52/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://metaii.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}