Anti-Social - hide all the comments!

Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.

什么是Anti-Social - hide all the comments!?

Anti-Social - hide all the comments!是由labyrinthlabs开发的Chrome扩展程序,该扩展的主要功能是“Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.”。

扩展截图

screenshot
screenshot

下载Anti-Social - hide all the comments!扩展crx文件

下载Anti-Social - hide all the comments!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        See no Trolls, hear no Trolls, be no Troll: this extension hides comments sections on sites and blogs, leaving you free to read the content that matters to you without accidentally ruining your day with Trolls (or worse: inviting your dark side for an Internet discussion)                    

扩展基本信息

名称 Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
官方URL https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
简介 Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
文件大小 41.97 KB
安装次数 205
当前版本 1.0.1
更新时间 2015-03-14
上架时间 2015-03-14
评分 3.78/5 共9次评分
开发者 labyrinthlabs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/herval/antisocial-chrome
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-Social - hide all the comments!",
    "description": "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.11.2.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Hiding comments, yay!"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "antisocial.css"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}