Dopamine Blocker

A Tool to help break your social media addictions.

Dopamine Blocker란 무엇입니까?

Dopamine Blocker은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Tool to help break your social media addictions."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Dopamine Blocker is a tool to help break your social media addictions. Every time you visit your favorite social media site, your brain gets a hit of dopamine that keeps you coming back again and again.

Dopamine Blocker attempts to breaks that cycle. Now, instead of getting a hit of dopamine when you visit the social media site, you will be faced with an annoying alarm and a rapidly moving page that is hard to read. Your brain won't get the dopamine you crave and you will hopefully stop subconsciously associating social media sites as a dopamine source*.

Currently works with:
Facebook, Hacker News, Reddit, Twitter, and Youtube. 

Each site can be turned on and off in the options page for this extension.

* These statements have not been evaluated by the FDA and this extension should not be considered a medical device, medical treatment, or anything similar. This extension is just a fun program we put together and isn't intended to treat any disease. See a doctor or other professional for your medical and addiction needs!                    

확장 프로그램 기본 정보

이름 Dopamine Blocker Dopamine Blocker
ID cfcdejcmhpjncgbdmiekopgmhkellhgk
공식 URL https://chromewebstore.google.com/detail/dopamine-blocker/cfcdejcmhpjncgbdmiekopgmhkellhgk
설명 A Tool to help break your social media addictions.
파일 크기 399 KB
설치 횟수 389
현재 버전 1.0
최근 업데이트 2018-03-28
출시 날짜 2018-03-27
평점 5.00/5 총 4 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dopamine Blocker",
    "version": "1.0",
    "description": "A Tool to help break your social media addictions.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "car-alarm-1.mp3"
    ],
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}