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
Eメール [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"
    ]
}