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.

Co je Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! je rozšíření Chrome vyvinuté labyrinthlabs, a jeho hlavní funkcí je „Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Anti-Social - hide all the comments!

Stáhněte si soubory rozšíření Anti-Social - hide all the comments! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
Oficiální URL https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Popis Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Velikost souboru 41.97 KB
Počet instalací 205
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-03-14
Datum Vydání 2015-03-14
Hodnocení 3.78/5 Celkem 9 Hodnocení
Vývojář labyrinthlabs
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/herval/antisocial-chrome
Podporované Jazyky 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"
    ]
}