VK Comment Blocker

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

什麼是VK Comment Blocker?

VK Comment Blocker是由mrmlnc開發的Chrome擴展程式,該擴展的主要功能是“A convenient way to hide comments in the news and groups.”。

擴展截圖

screenshot

下載VK Comment Blocker擴展crx文件

下載VK Comment Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VK Comment Blocker VK Comment Blocker
ID hcblijjkmabjdppajebmbmmkjnkflpbl
官方網址 https://chromewebstore.google.com/detail/vk-comment-blocker/hcblijjkmabjdppajebmbmmkjnkflpbl
簡介 A convenient way to hide comments in the news and groups.
檔案大小 11.91 KB
安裝次數 810
目前版本 1.2.2
更新時間 2016-08-18
上架時間 2016-08-18
評分 4.76/5 共 74 次評分
開發者 mrmlnc
電子郵箱 [email protected]
付費類型 free
支援的語言 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
        }
    ]
}