SSC Block
Block users in SlateStarCodex and Unsong comments.
什么是SSC Block?
SSC Block是由bakkot开发的Chrome扩展程序,该扩展的主要功能是“Block users in SlateStarCodex and Unsong comments.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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
} | |