Turn off Youtube Comments toggle

Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.

Turn off Youtube Comments toggleとは何ですか?

Turn off Youtube Comments toggleはFarhanによって開発されたChromeの拡張機能で、その主な機能は「Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.」です。

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

screenshot

Turn off Youtube Comments toggle拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ************
Dec 2015! Updated to work with the new Youtube UI !!!!!
************

Don't you just hate it when someone spoils a Youtube video in the comments?

With this extension you can turn on/off the comments. 

Easily hide or show comments on youtube

Works with the new youtube.com layout

Please make sure to rate and review :)                    

拡張機能の基本情報

名前 Turn off Youtube Comments toggle Turn off Youtube Comments toggle
ID oknkcmcepaahofjeifofaomnlbenbpdc
公式URL https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc
説明 Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
ファイルサイズ 43.69 KB
インストール数 1,133
現在のバージョン 2.0
最終更新日 2015-12-27
公開日 2015-12-26
評価 3.11/5 合計 63 レビュー
開発者 Farhan
支払い方法 free
ヘルプページのURL http://twitter.com/farhanp
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turn off Youtube Comments toggle",
    "version": "2.0",
    "description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "code.js"
            ],
            "css": [
                "css.css"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}