Toggle YouTube Comments

Hides YouTube comments by default

Toggle YouTube Comments란 무엇입니까?

Toggle YouTube Comments은(는) Dennis & Friends에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides YouTube comments by default"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Toggle YouTube Comments 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add this lightweight extension to disable/enable YouTube comments.

 • Works with the new and old YouTube
 • Flexibility to easily hide or show comments
 • Blends in with YouTube's user interface
 • Shows number of comments when hidden
 • No tracking, your privacy is important
 • Extremely small size - no bloat
 • Actively maintained
 • Open source code

See https://git.io/v5RgW for release notes.                    

확장 프로그램 기본 정보

이름 Toggle YouTube Comments Toggle YouTube Comments
ID ampjnmipdgicjjidohpkidhghakoidfm
공식 URL https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm
설명 Hides YouTube comments by default
파일 크기 8.03 KB
설치 횟수 479
현재 버전 4.1.3
최근 업데이트 2019-05-06
출시 날짜 2019-05-06
평점 3.68/5 총 38 개의 평점
개발자 Dennis & Friends
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dideler/toggle-youtube-comments
도움말 페이지 URL https://github.com/dideler/toggle-youtube-comments
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "4.1.3",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "youtube.css"
            ],
            "run_at": "document_end"
        }
    ]
}