VK Comment Blocker

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

VK Comment Blockerคืออะไร?

VK Comment Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrmlnc และคุณลักษณะหลักของมันคือ "A convenient way to hide comments in the news and groups."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VK Comment Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
        }
    ]
}