Dark theme for VK

Dark theme for VK

什麼是Dark theme for VK?

Dark theme for VK是由NiceL開發的Chrome擴展程式,該擴展的主要功能是“Dark theme for VK”。

擴展截圖

screenshot

下載Dark theme for VK擴展crx文件

下載Dark theme for VK擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Темная тема для ВК с цветами телефонной версии темной темы                    

擴展基本資訊

名稱 Dark theme for VK Dark theme for VK
ID nbefnbihfijfmkfeghcjjoipcbmkkech
官方網址 https://chromewebstore.google.com/detail/dark-theme-for-vk/nbefnbihfijfmkfeghcjjoipcbmkkech
簡介 Dark theme for VK
檔案大小 115 KB
安裝次數 391
目前版本 5.4
更新時間 2022-04-28
上架時間 2021-10-19
評分 5.00/5 共 5 次評分
開發者 NiceL
電子郵箱 [email protected]
付費類型 free
支援的語言 en,en-GB,en-US,ru
manifest.json
{
    "author": "NiceL",
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/popup_dark_16.png",
            "24": "icons\/popup_dark_24.png",
            "32": "icons\/popup_dark_32.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "files\/script\/styles.js",
                "files\/script\/inject.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/*.vk.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjoB8ObnwXCzJ1+R8+nrxMt+FhDZIIciQASfgDH\/jGhgYQNcgkkh\/uKM\/7T6PMph1qYm4ISsX5lyonOSB+TyzDghDNHc2VNO4LYVpc\/Ky8+bJOFtrjtyWpdoQRBR3bzO3Zpw8\/rgyvxutzxrl\/AkO9KU5uHY8eSr\/aKsVOHhFaqeQziQaeCleX4\/IKtEFpJiLprga3Iiwq73tdFDtpMBnu2GheWDiKB6X3kVONqgWSLtBqZMs4S+e\/wcLyrxufMRTFl8Ve4BdgdCepPmVybCaokhYEZlZ95qqNdpkWr2LtG\/W5YidClswZdcRyCevyn0Q\/ldelI1mWYZnu\/qj0U2KzwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "http:\/\/*.vk.com\/*",
        "https:\/\/*.vk.com\/*",
        "storage"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.4"
}