Rabbit Hole for YouTube™

Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!

Rabbit Hole for YouTube™란 무엇입니까?

Rabbit Hole for YouTube™은(는) zedLabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!"입니다.

확장 프로그램 스크린샷

screenshot

Rabbit Hole for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There is magic, but you have to be the magician. This extension allows you to take control of your time and reduce distractions while browsing YouTube™ in the following ways:

- Replace suggested content with cute bunnies!
- Hide comments (including livestream chats)
- Disable the trending and subscriptions pages
- Simplify the navigation drawer
- Disabling the wall of suggestions following a video
- Hiding banner-style ads to maintain a clean and distraction free environment

The options are also heavily customizable, so you can create exactly the experience you want.

----------------------------------

YouTube™ is a trademark of Google LLC and this extension is not endorsed by or affiliated with Google in any way.                    

확장 프로그램 기본 정보

이름 Rabbit Hole for YouTube™ Rabbit Hole for YouTube™
ID nlddakjbmpidooplakalfoogdincflfh
공식 URL https://chromewebstore.google.com/detail/rabbit-hole-for-youtube/nlddakjbmpidooplakalfoogdincflfh
설명 Remove YouTube™ recommendations, comments, and more so you don't go down the rabbit hole again!
파일 크기 48.4 KB
설치 횟수 10,724
현재 버전 1.2
최근 업데이트 2022-02-24
출시 날짜 2019-10-30
평점 4.44/5 총 64 개의 평점
개발자 zedLabs
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rabbit Hole for YouTube\u2122",
    "version": "1.2",
    "description": "Remove YouTube\u2122 recommendations, comments, and more so you don't go down the rabbit hole again!",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Rabbit Hole for YouTube\u2122",
        "default_icon": {
            "16": "images\/youtuberabbit16.png",
            "32": "images\/youtuberabbit32.png",
            "48": "images\/youtuberabbit48.png",
            "128": "images\/youtuberabbit128.png"
        }
    },
    "icons": {
        "16": "images\/youtuberabbit16.png",
        "32": "images\/youtuberabbit32.png",
        "48": "images\/youtuberabbit48.png",
        "128": "images\/youtuberabbit128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/nav.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/rabbithole.png",
        "images\/magicbunny.png"
    ],
    "incognito": "not_allowed",
    "manifest_version": 2
}