Notification Bell Hider for Youtube™

A Chrome extension that hides the YouTube notification bell.

Notification Bell Hider for Youtube™란 무엇입니까?

Notification Bell Hider for Youtube™은(는) matheuscorrea9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that hides the YouTube notification bell."입니다.

확장 프로그램 스크린샷

screenshot

Notification Bell Hider for Youtube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you tired of being constantly distracted by YouTube notifications? If so, this Chrome extension is for you.

With this extension, you can hide the YouTube bell notification, so you won't be tempted to check it every time it pops up. This can help you stay more focused and productive, whether working on a project, studying, or just relaxing without interruption.

But this extension isn't just about eliminating distractions. It's also about promoting intentional living and mindful technology use. By taking control of your YouTube notifications, you can make a conscious decision about when and how you interact with the platform. You can choose to watch videos on your schedule, rather than constantly reacting to notifications.

In a world where technology can easily consume our attention and time, it's more important than ever to be intentional about how we use it. This extension can help you do just that, by empowering you to take control of your YouTube experience.

So why wait? Install this extension today and start living a more intentional, productive life. Whether you're a student, a professional, or just someone who wants to be more mindful about technology use, this extension can help you achieve your goals.                    

확장 프로그램 기본 정보

이름 Notification Bell Hider for Youtube™ Notification Bell Hider for Youtube™
ID gcmneapbfclfaglkgbjhpaldldbninoe
공식 URL https://chromewebstore.google.com/detail/notification-bell-hider-f/gcmneapbfclfaglkgbjhpaldldbninoe
설명 A Chrome extension that hides the YouTube notification bell.
파일 크기 16.07 KB
설치 횟수 41
현재 버전 1.0
최근 업데이트 2023-05-14
출시 날짜 2023-05-14
평점 5.00/5 총 4 개의 평점
개발자 matheuscorrea9
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notification Bell Hider for Youtube\u2122",
    "version": "1.0",
    "description": "A Chrome extension that hides the YouTube notification bell.",
    "permissions": [],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}