SSC Block

Block users in SlateStarCodex and Unsong comments.

SSC Blockคืออะไร?

SSC Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bakkot และคุณลักษณะหลักของมันคือ "Block users in SlateStarCodex and Unsong comments."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSC Block

ดาวน์โหลดไฟล์ส่วนขยาย 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
}