YouTube Comment Remover

A very simple extension to hide all YouTube comments.

YouTube Comment Removerとは何ですか?

YouTube Comment RemoverはTim Stephaniによって開発されたChromeの拡張機能で、その主な機能は「A very simple extension to hide all YouTube comments.」です。

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

screenshot

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

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

拡張機能の使用方法

                        After realizing how horrible the comments section of YouTube is, I decided to create this super simple extension to automatically hide them.

Source available here: https://github.com/timmystephani/youtube_comment_remover

History
---------
v1.0 - First version                    

拡張機能の基本情報

名前 YouTube Comment Remover YouTube Comment Remover
ID nglipklighejjehapaodhmipldpljobp
公式URL https://chrome.google.com/webstore/detail/youtube-comment-remover/nglipklighejjehapaodhmipldpljobp
説明 A very simple extension to hide all YouTube comments.
ファイルサイズ 33.33 KB
インストール数 97
現在のバージョン 1.0
最終更新日 2015-03-16
公開日 2015-03-16
評価 3.67/5 合計 3 レビュー
開発者 Tim Stephani
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comment Remover",
    "description": "A very simple extension to hide all YouTube comments.",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ]
        }
    ]
}