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文件

下載Dopamine Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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