Dopamine Blocker

A Tool to help break your social media addictions.

ما هو Dopamine Blocker؟

Dopamine Blocker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A Tool to help break your social media addictions.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dopamine Blocker

قم بتنزيل ملفات الامتداد Dopamine Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}