Social Media Dopamine Hit Eradicator

Eliminate 'fake happiness' from dopamine hits each time you see a new notification.

Social Media Dopamine Hit Eradicatorคืออะไร?

Social Media Dopamine Hit Eradicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UM Tag Builder และคุณลักษณะหลักของมันคือ "Eliminate 'fake happiness' from dopamine hits each time you see a new notification. "

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Media Dopamine Hit Eradicator

ดาวน์โหลดไฟล์ส่วนขยาย Social Media Dopamine Hit Eradicator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever really needed to go to Facebook to chat with your friend?

Have you ever really needed to go to Facebook to publish a photo?

Have you ever really needed to go to Facebook to search for that recipe?

What did you do instead?

You clicked on the RED NOTIFICATION to check out, what the heck is new and you found yourself completely lost and forgot what you wanted to do in the first place.

Wouldn't it be great, if we used the notification the way they were intended to be used?
Wouldn't it be great, if the notifications were servants to use, instead of masters upon us?

Guess what!

It's possible and the solution is very simple!

If the only thing we need to accomplish is to hide that RED NOTIFICATION - let's do that!

And it's exactly what this extension does.

Social Media Dopamine Hit Eradicator:
- hides RED NOTIFICATION alert
- allows you open up notification bell anytime it is suitable for you



Frequently asked questions about this extension:

Will this extension completely remove notification from my Facebook profile?
 - No, this extension only hides red notification alert that shows up on the notification bell

Does this extension work also for my Facebook application in my iPhone/Android?
- Unfortunately no, this extension works only in your Chrome web Browser                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Social Media Dopamine Hit Eradicator Social Media Dopamine Hit Eradicator
ID ocnnphpjnajdieecmlenpjbkdmhimone
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/social-media-dopamine-hit/ocnnphpjnajdieecmlenpjbkdmhimone
คำอธิบาย Eliminate 'fake happiness' from dopamine hits each time you see a new notification.
ขนาดไฟล์ 55.91 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-17
วันที่เผยแพร่ 2020-05-17
ผู้พัฒนา UM Tag Builder
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.utm-tag-builder.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Dopamine Hit Eradicator",
    "short_name": "Social Media Dopamine Hit Eradicator",
    "description": "Eliminate 'fake happiness' from dopamine hits each time you see a new notification. ",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}