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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}