VK Comment Blocker

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

VK Comment Blocker là gì?

VK Comment Blocker là một tiện ích mở rộng Chrome được phát triển bởi mrmlnc, và tính năng chính của nó là "A convenient way to hide comments in the news and groups.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VK Comment Blocker

Tải xuống các tệp mở rộng VK Comment Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VK Comment Blocker VK Comment Blocker
ID hcblijjkmabjdppajebmbmmkjnkflpbl
URL Chính Thức https://chromewebstore.google.com/detail/vk-comment-blocker/hcblijjkmabjdppajebmbmmkjnkflpbl
Mô tả A convenient way to hide comments in the news and groups.
Kích Thước Tệp 11.91 KB
Số Lần Cài Đặt 810
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2016-08-18
Ngày Phát Hành 2016-08-18
Đánh Giá 4.76/5 Tổng số 74 Đánh Giá
Nhà Phát Triển mrmlnc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}