Comment Killer

Removes comment sections from most webpages.

Comment Killerとは何ですか?

Comment KillerはSundog Softwareによって開発されたChromeの拡張機能で、その主な機能は「Removes comment sections from most webpages.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Restore your faith in humanity! This extension looks for any sections that have "comment", "discussion", "disqus", or "conversation" in their name - and hides them. If Internet trolls get you down, this will make most of them just go away.

Block comments, and make Internet trolls disappear. Works with YouTube, CNN, Facebook, and pretty much everywhere else. Even pages that load comments dynamically can't escape Comment Killer.

To enable or disable Comment Killer while browsing, just click the "no trolls" icon in your browser bar.                    

拡張機能の基本情報

名前 Comment Killer Comment Killer
ID pempgkkicmgobgononeemlgeeiokimca
公式URL https://chromewebstore.google.com/detail/comment-killer/pempgkkicmgobgononeemlgeeiokimca
説明 Removes comment sections from most webpages.
ファイルサイズ 708 KB
インストール数 92
現在のバージョン 1.1.0
最終更新日 2020-07-07
公開日 2014-12-02
評価 3.60/5 合計 5 レビュー
開発者 Sundog Software
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://nohatenews.com/introducing-comment-killer/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Killer",
    "short_name": "Removes comment sections from most webpages.",
    "version": "1.1.0",
    "description": "Removes comment sections from most webpages.",
    "icons": {
        "16": "No-Troll-16.png",
        "32": "No-Troll-32.png",
        "48": "No-Troll-48.png",
        "128": "No-Troll-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "No-Troll-19.png",
            "38": "No-Troll-38.png"
        },
        "default_title": "Comment Killer"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "contentscript.js"
            ],
            "all_frames": true
        }
    ]
}