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.

Was ist Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! ist eine Chrome-Erweiterung, die von labyrinthlabs entwickelt wurde, und ihr Hauptmerkmal ist "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Erweiterungsscreenshots

screenshot
screenshot

Anti-Social - hide all the comments!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anti-Social - hide all the comments!-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

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
Offizielle URL https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Beschreibung Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Dateigröße 41.97 KB
Installationsanzahl 205
Aktuelle Version 1.0.1
Letztes Update 2015-03-14
Veröffentlichungsdatum 2015-03-14
Bewertung 3.78/5 Insgesamt 9 Bewertungen
Entwickler labyrinthlabs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/herval/antisocial-chrome
Unterstützte Sprachen 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"
    ]
}