Unaddict

Stop web addiction!

Unaddict란 무엇입니까?

Unaddict은(는) https://metaii.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop web addiction!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Unaddict 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}