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.

Cos'è Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! è un'estensione di Chrome sviluppata da labyrinthlabs, e la sua funzione principale è "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Anti-Social - hide all the comments!

Scarica i file di estensione Anti-Social - hide all the comments! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
URL Ufficiale https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Descrizione Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Dimensione del File 41.97 KB
Conteggio Installazioni 205
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-03-14
Data di Pubblicazione 2015-03-14
Valutazione 3.78/5 Totale 9 Valutazioni
Sviluppatore labyrinthlabs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/herval/antisocial-chrome
Lingue Supportate 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"
    ]
}