VK Dark Theme

С помощью данного расширения вы можете установить темную тему для VK

What is VK Dark Theme?

VK Dark Theme is a Chrome extension developed by Unknown, and its main feature is "С помощью данного расширения вы можете установить темную тему для VK".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VK Dark Theme Extension CRX File

Download VK Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        С помощью данного расширения вы можете установить темную тему для VK                    

Extension Basic Information

Name VK Dark Theme VK Dark Theme
ID pkncnaipcjdfeidekelmpkejmgcpcmmj
Official URL https://chromewebstore.google.com/detail/vk-dark-theme/pkncnaipcjdfeidekelmpkejmgcpcmmj
Description С помощью данного расширения вы можете установить темную тему для VK
File Size 97.48 KB
Installation Count 149
Current Version 0.2
Last Updated 2020-05-15
Publish Date 2020-05-15
Rating 3.57/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK Dark Theme",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "http:\/\/*.vk.com\/*",
        "https:\/\/*.vk.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/popup_dark_16.png",
            "24": "icons\/popup_dark_24.png",
            "32": "icons\/popup_dark_32.png"
        }
    },
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "files\/script\/functions.js",
                "files\/script\/styles.js",
                "files\/script\/inject.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/*.vk.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}