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은(는) UM Tag Builder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eliminate 'fake happiness' from dopamine hits each time you see a new notification. "입니다.

확장 프로그램 스크린샷

screenshot

Social Media Dopamine Hit Eradicator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}