VKCustom

Change the style for Vkontakte

VKCustomคืออะไร?

VKCustom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NPC และคุณลักษณะหลักของมันคือ "Change the style for Vkontakte"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Данное расширение добавляет для vk.com тёмную тему заменяя собой старый дизайн                    

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

ชื่อ VKCustom VKCustom
ID oehnhecdbdmdbkamifpmcddelbmfgjfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vkcustom/oehnhecdbdmdbkamifpmcddelbmfgjfh
คำอธิบาย Change the style for Vkontakte
ขนาดไฟล์ 29.15 KB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2023-02-05
วันที่เผยแพร่ 2020-07-01
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา NPC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vk.com/npcgm
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "author": "Vombit",
    "version": "2.4",
    "default_locale": "ru",
    "icons": {
        "128": "image\/icon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/vk.com\/*",
        "*:\/\/*.vk.com\/*",
        "*:\/\/*.vk.me\/*"
    ],
    "browser_action": {
        "default_title": "VkCustom",
        "default_icon": "image\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "pages\/settings.html",
    "minimum_chrome_version": "22",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/userapi.com\/*",
                "*:\/\/*.userapi.com\/*",
                "*:\/\/vk.me\/*",
                "*:\/\/*.vk.me\/*"
            ],
            "js": [
                "back.js"
            ],
            "css": [
                "styles\/body.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}