VK Comment Blocker

A convenient way to hide comments in the news and groups.

Apa itu VK Comment Blocker?

VK Comment Blocker adalah ekstensi Chrome yang dikembangkan oleh mrmlnc, dan fitur utamanya adalah "A convenient way to hide comments in the news and groups.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VK Comment Blocker

Unduh file ekstensi VK Comment Blocker 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

                        Not everyone likes those comments, left by other users of the social network. Comments can sound insulting, silly and often absurd. With this extension you can hide comments in news feed and on the user page.                    

Informasi Dasar Ekstensi

Nama VK Comment Blocker VK Comment Blocker
ID hcblijjkmabjdppajebmbmmkjnkflpbl
URL Resmi https://chromewebstore.google.com/detail/vk-comment-blocker/hcblijjkmabjdppajebmbmmkjnkflpbl
Deskripsi A convenient way to hide comments in the news and groups.
Ukuran File 11.91 KB
Jumlah Instalasi 810
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2016-08-18
Tanggal Publikasi 2016-08-18
Penilaian 4.76/5 Total 74 Penilaian
Pengembang mrmlnc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "VKCommentBlocker",
    "description": "__MSG_app_description__",
    "version": "1.2.2",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_toolbar_button__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/www.vk.com\/*",
                "https:\/\/www.vk.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}