Toggle YouTube Comments

Allows you to turn YouTube comments on or off.

Toggle YouTube Commentsとは何ですか?

Toggle YouTube Commentsはoutrexianによって開発されたChromeの拡張機能で、その主な機能は「Allows you to turn YouTube comments on or off.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Allows you to hide YouTube comments easily.                    

拡張機能の基本情報

名前 Toggle YouTube Comments Toggle YouTube Comments
ID jbdobfgfojodildcochemiicdpbppkoh
公式URL https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh
説明 Allows you to turn YouTube comments on or off.
ファイルサイズ 36.27 KB
インストール数 24
現在のバージョン 1.0
最終更新日 2012-05-12
公開日 2012-05-12
評価 2.00/5 合計 4 レビュー
開発者 outrexian
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggle YouTube Comments",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Allows you to turn YouTube comments on or off.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "permissions": [],
    "options_page": "options.html"
}