YouTube Comment Hide / Toggle

Hides and toggles youtube comments

YouTube Comment Hide / Toggleとは何ですか?

YouTube Comment Hide / ToggleはCarlによって開発されたChromeの拡張機能で、その主な機能は「Hides and toggles youtube comments」です。

拡張機能のスクリーンショット

screenshot

YouTube Comment Hide / Toggle拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Minimal extension to hide youtube comments. Comments can then be toggled on and off using additional button under video details. Does not load or access any external scripts.                    

拡張機能の基本情報

名前 YouTube Comment Hide / Toggle YouTube Comment Hide / Toggle
ID cafdkokoidcedliekbmgjcdappkdlojj
公式URL https://chrome.google.com/webstore/detail/youtube-comment-hide-togg/cafdkokoidcedliekbmgjcdappkdlojj
説明 Hides and toggles youtube comments
ファイルサイズ 10.26 KB
インストール数 16
現在のバージョン 1.1
最終更新日 2015-12-31
公開日 2015-12-31
評価 3.00/5 合計 2 レビュー
開発者 Carl
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Comment Hide \/ Toggle",
    "description": "Hides and toggles youtube comments",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "toggle.js"
            ]
        }
    ]
}