Comment Hider for YouTube™

Adds a button below the video description to hide/show the comments (for YouTube™)

Comment Hider for YouTube™とは何ですか?

Comment Hider for YouTube™はhttp://heithe.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a button below the video description to hide/show the comments (for YouTube™)」です。

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

screenshot
screenshot
screenshot

Comment Hider for YouTube™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds a button below the video description to hide/show the comments (for YouTube™)

Web: http://www.heithe.com/
Email: [email protected]                    

拡張機能の基本情報

名前 Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
公式URL https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
説明 Adds a button below the video description to hide/show the comments (for YouTube™)
ファイルサイズ 33.75 KB
インストール数 14
現在のバージョン 0.5
最終更新日 2013-03-19
公開日 2013-03-19
評価 1.00/5 合計 1 レビュー
開発者 http://heithe.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.heithe.com/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Hider for YouTube\u2122",
    "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)",
    "version": "0.5",
    "manifest_version": 2,
    "icons": {
        "16": "app_icon_16.png",
        "48": "app_icon_48.png",
        "128": "app_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "ht_yct.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}