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
电子邮箱 [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
        }
    ]
}