vk-x

Extension for vk.com that makes life easier

vk-xคืออะไร?

vk-x เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vk-x.js.org และคุณลักษณะหลักของมันคือ "Extension for vk.com that makes life easier"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vk-x

ดาวน์โหลดไฟล์ส่วนขยาย vk-x ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        vk-x is an extension for vk.com that makes life easier.

Common
- Open external links directly, without a redirect
- Preview .webm, .mp4 and other links inline

Messages and posts
- Darker background color of unread and selected messages
- Collapse conversation list to widen the chat area
- Don't add previews for links to webpages
- Show sent time of each individual message

Side menu
- Fix menu on the page so it doesn't scroll out of view

Friends
- Hide "People you might know"
- Open "Friends online" by default

Videos
- Open "My videos" by default

Help us!
https://vk.com/vkx_community
https://github.com/vk-x/vk-x                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ vk-x vk-x
ID ihbjipfpdnlccojhblaibcbolejpbfnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vk-x/ihbjipfpdnlccojhblaibcbolejpbfnj
คำอธิบาย Extension for vk.com that makes life easier
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 561
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2018-05-04
วันที่เผยแพร่ 2018-05-04
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://vk-x.js.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vk-x.js.org
URL หน้าช่วยเหลือ https://vk.com/vkx_community
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "vk-x",
    "description": "__MSG_extension_description__",
    "default_locale": "ru",
    "version": "2.1.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAocHr06pa+98NT9FfPFrfOypj6JR8UGcDVoV2lP+3XYuV3bXmGZODxfo2dbjalPOl60Io2PzZH+u4xMp9VkYd2cUGoDWKdIr3HlUyMK6Mh\/s\/+iA6cJ8t\/q6be9Gc27BVxEII9jiF7cWZOHzCQ6XaG2WULd+Cw0aTxDU+PY2hr6CLZdYGUL1njzcH+c1tHjbU4x2P2K8\/PZvY8dl9uJunl2YMeFRjJGcdB0Iq\/hkqZx0BszzLDd2WU59WIlSiimuHNFMKued0mEfT3l8LObeMpBn\/enZOoyItXHkq0oMU72wQziPJYORHaw1YVQZhPtv8nx7f1Wui4rH\/JZrPVqet4QIDAQAB",
    "icons": {
        "48": "icons\/vk-x-48.png",
        "128": "icons\/vk-x-128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/api.vk.com\/",
        "https:\/\/api.vk.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ]
}