SSC Block

Block users in SlateStarCodex and Unsong comments.

Was ist SSC Block?

SSC Block ist eine Chrome-Erweiterung, die von bakkot entwickelt wurde, und ihr Hauptmerkmal ist "Block users in SlateStarCodex and Unsong comments.".

Erweiterungsscreenshots

screenshot

SSC Block-Erweiterungs-CRX-Datei herunterladen

Laden Sie SSC Block-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SSC Block SSC Block
ID omoblondlbpljpjpegjknicfhoicjfnk
Offizielle URL https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk
Beschreibung Block users in SlateStarCodex and Unsong comments.
Dateigröße 29.75 KB
Installationsanzahl 24
Aktuelle Version 1.0.3
Letztes Update 2017-02-27
Veröffentlichungsdatum 2017-02-26
Entwickler bakkot
Zahlungsart free
Hilfeseite URL https://github.com/bakkot/SlateStarComments/tree/blocking
Unterstützte Sprachen 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
}