SSC Block

Block users in SlateStarCodex and Unsong comments.

SSC Blockとは何ですか?

SSC Blockはbakkotによって開発されたChromeの拡張機能で、その主な機能は「Block users in SlateStarCodex and Unsong comments.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The comments sections over at SlateStarCodex.com often run long, but not everyone is going to be discussing things you care about. This extension adds a feature: click on a user's avatar to hide their comments now and on all other threads. Their comments will be collapsed as if you'd clicked 'hide', including hiding all child comments.                    

拡張機能の基本情報

名前 SSC Block SSC Block
ID omoblondlbpljpjpegjknicfhoicjfnk
公式URL https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk
説明 Block users in SlateStarCodex and Unsong comments.
ファイルサイズ 29.75 KB
インストール数 24
現在のバージョン 1.0.3
最終更新日 2017-02-27
公開日 2017-02-26
開発者 bakkot
支払い方法 free
ヘルプページのURL https://github.com/bakkot/SlateStarComments/tree/blocking
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SSC Block",
    "short_name": "SSCBlock",
    "version": "1.0.3",
    "description": "Block users in SlateStarCodex and Unsong comments.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/slatestarcodex.com\/20*",
                "http:\/\/unsongbook.com\/*",
                "https:\/\/slatestarcodex.com\/20*",
                "https:\/\/unsongbook\/*"
            ],
            "js": [
                "block.user.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}