SSC Block
Block users in SlateStarCodex and Unsong comments.
What is SSC Block?
SSC Block is a Chrome extension developed by bakkot, and its main feature is "Block users in SlateStarCodex and Unsong comments.".
Extension Screenshots
Download SSC Block Extension CRX File
Download SSC Block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SSC Block |
ID | omoblondlbpljpjpegjknicfhoicjfnk |
Official URL | https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk |
Description | Block users in SlateStarCodex and Unsong comments. |
File Size | 29.75 KB |
Installation Count | 24 |
Current Version | 1.0.3 |
Last Updated | 2017-02-27 |
Publish Date | 2017-02-26 |
Developer | bakkot |
Payment Type | free |
Help Page URL | https://github.com/bakkot/SlateStarComments/tree/blocking |
Supported Languages | 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 } |