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
公式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"
    ]
}