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 to jest Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! to rozszerzenie Chrome opracowane przez labyrinthlabs, a jego główną funkcją jest „Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Anti-Social - hide all the comments!

Pobierz pliki rozszerzeń Anti-Social - hide all the comments! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
Oficjalny URL https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Opis Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Rozmiar pliku 41.97 KB
Liczba instalacji 205
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-03-14
Data Publikacji 2015-03-14
Ocena 3.78/5 Łącznie 9 Oceny
Deweloper labyrinthlabs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/herval/antisocial-chrome
Obsługiwane Języki 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"
    ]
}