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.

Hvad er Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! er en Chrome-udvidelse udviklet af labyrinthlabs, og dens hovedfunktion er "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Anti-Social - hide all the comments!-udvidelses-CRX-fil

Download Anti-Social - hide all the comments!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
Officiel URL https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Beskrivelse Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Filstørrelse 41.97 KB
Antal Installationer 205
Nuværende Version 1.0.1
Senest Opdateret 2015-03-14
Udgivelsesdato 2015-03-14
Bedømmelse 3.78/5 Samlet 9 Bedømmelser
Udvikler labyrinthlabs
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/herval/antisocial-chrome
Understøttede Sprog 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"
    ]
}