Anti-Social - hide all the comments!

Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.

Qu'est-ce que Anti-Social - hide all the comments! ?

Anti-Social - hide all the comments! est une extension Chrome développée par labyrinthlabs, et sa fonction principale est "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Anti-Social - hide all the comments!

Téléchargez les fichiers d'extension Anti-Social - hide all the comments! 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

                        See no Trolls, hear no Trolls, be no Troll: this extension hides comments sections on sites and blogs, leaving you free to read the content that matters to you without accidentally ruining your day with Trolls (or worse: inviting your dark side for an Internet discussion)                    

Informations de Base sur l'Extension

Nom Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
URL Officiel https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Description Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Taille du Fichier 41.97 KB
Nombre d'Installations 205
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-03-14
Date de Publication 2015-03-14
Évaluation 3.78/5 Total 9 Évaluations
Développeur labyrinthlabs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/herval/antisocial-chrome
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-Social - hide all the comments!",
    "description": "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.11.2.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Hiding comments, yay!"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "antisocial.css"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}