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ファイルをダウンロード

Toggle YouTube Comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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