SSC Block
Block users in SlateStarCodex and Unsong comments.
SSC Block là gì?
SSC Block là một tiện ích mở rộng Chrome được phát triển bởi bakkot, và tính năng chính của nó là "Block users in SlateStarCodex and Unsong comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SSC Block
Tải xuống các tệp mở rộng SSC Block dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SSC Block |
ID | omoblondlbpljpjpegjknicfhoicjfnk |
URL Chính Thức | https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk |
Mô tả | Block users in SlateStarCodex and Unsong comments. |
Kích Thước Tệp | 29.75 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2017-02-27 |
Ngày Phát Hành | 2017-02-26 |
Nhà Phát Triển | bakkot |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/bakkot/SlateStarComments/tree/blocking |
Ngôn Ngữ Được Hỗ Trợ | 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 } |