VKCustom

Change the style for Vkontakte

VKCustomとは何ですか?

VKCustomはNPCによって開発されたChromeの拡張機能で、その主な機能は「Change the style for Vkontakte」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

VKCustom拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}