Unaddict

Stop web addiction!

什么是Unaddict?

Unaddict是由https://metaii.com开发的Chrome扩展程序,该扩展的主要功能是“Stop web addiction!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Unaddict扩展crx文件

下载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 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"
    }
}