SSC Block
Block users in SlateStarCodex and Unsong comments.
Co to jest SSC Block?
SSC Block to rozszerzenie Chrome opracowane przez bakkot, a jego główną funkcją jest „Block users in SlateStarCodex and Unsong comments.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SSC Block
Pobierz pliki rozszerzeń SSC Block w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | SSC Block |
ID | omoblondlbpljpjpegjknicfhoicjfnk |
Oficjalny URL | https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk |
Opis | Block users in SlateStarCodex and Unsong comments. |
Rozmiar pliku | 29.75 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2017-02-27 |
Data Publikacji | 2017-02-26 |
Deweloper | bakkot |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/bakkot/SlateStarComments/tree/blocking |
Obsługiwane Języki | 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 } |