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.

Wat is Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! is een Chrome-extensie ontwikkeld door labyrinthlabs, en de belangrijkste functie is "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Anti-Social - hide all the comments!

Download Anti-Social - hide all the comments!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
Officiële URL https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Beschrijving Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Bestandsgrootte 41.97 KB
Aantal Installaties 205
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-03-14
Publicatiedatum 2015-03-14
Beoordeling 3.78/5 Totaal 9 Beoordelingen
Ontwikkelaar labyrinthlabs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/herval/antisocial-chrome
Ondersteunde Talen 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"
    ]
}