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.

Apa itu Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! adalah ekstensi Chrome yang dikembangkan oleh labyrinthlabs, dan fitur utamanya adalah "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Anti-Social - hide all the comments!

Unduh file ekstensi Anti-Social - hide all the comments! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
URL Resmi https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Deskripsi Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Ukuran File 41.97 KB
Jumlah Instalasi 205
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-03-14
Tanggal Publikasi 2015-03-14
Penilaian 3.78/5 Total 9 Penilaian
Pengembang labyrinthlabs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/herval/antisocial-chrome
Bahasa yang Didukung 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"
    ]
}