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.

Vad är Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! är en Chrome-tillägg utvecklad av labyrinthlabs, och dess huvudfunktion är "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Anti-Social - hide all the comments!-förlängningens CRX-fil

Ladda ner Anti-Social - hide all the comments!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
Officiell webbadress https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Beskrivning Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Filstorlek 41.97 KB
Antal Installationer 205
Aktuell Version 1.0.1
Senast Uppdaterad 2015-03-14
Publiceringsdatum 2015-03-14
Betyg 3.78/5 Totalt 9 Betyg
Utvecklare labyrinthlabs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/herval/antisocial-chrome
Stödda Språk 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"
    ]
}