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
官方網址 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"
    }
}