SSC Block

Block users in SlateStarCodex and Unsong comments.

Qu'est-ce que SSC Block ?

SSC Block est une extension Chrome développée par bakkot, et sa fonction principale est "Block users in SlateStarCodex and Unsong comments.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SSC Block

Téléchargez les fichiers d'extension SSC Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SSC Block SSC Block
ID omoblondlbpljpjpegjknicfhoicjfnk
URL Officiel https://chromewebstore.google.com/detail/ssc-block/omoblondlbpljpjpegjknicfhoicjfnk
Description Block users in SlateStarCodex and Unsong comments.
Taille du Fichier 29.75 KB
Nombre d'Installations 24
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-02-27
Date de Publication 2017-02-26
Développeur bakkot
Type de Paiement free
URL de la Page d'Aide https://github.com/bakkot/SlateStarComments/tree/blocking
Langues Prises en Charge 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
}