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
官方網址 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"
    ]
}