Темная тема ВК | Dark theme VK

Темная тема для Вконтакте (Dark theme for Vkontakte)

What is Темная тема ВК | Dark theme VK?

Темная тема ВК | Dark theme VK is a Chrome extension developed by https://druno.ru, and its main feature is "Темная тема для Вконтакте (Dark theme for Vkontakte)".

Extension Screenshots

screenshot

Download Темная тема ВК | Dark theme VK Extension CRX File

Download Темная тема ВК | Dark theme VK 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

                        Это специальное расширение для браузера Google Chrome, которое позволяет изменить стандартную тему в социальной сети Вконтакте на темную.                    

Extension Basic Information

Name Темная тема ВК | Dark theme VK Темная тема ВК | Dark theme VK
ID mpemnhhdaakahghnfhidcimfcjmbkakm
Official URL https://chromewebstore.google.com/detail/%D1%82%D0%B5%D0%BC%D0%BD%D0%B0%D1%8F-%D1%82%D0%B5%D0%BC%D0%B0-%D0%B2%D0%BA-dark-theme/mpemnhhdaakahghnfhidcimfcjmbkakm
Description Темная тема для Вконтакте (Dark theme for Vkontakte)
File Size 21.38 KB
Installation Count 2,243
Current Version 1.6
Last Updated 2022-02-26
Publish Date 2020-09-04
Rating 4.54/5 Total 28 Ratings
Developer https://druno.ru
Email [email protected]
Payment Type free
Extension Website https://druno.ru/temnaya-tema-dlya-vk-besplatnoe-rasshirenie-na-kompyuter
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 \u0412\u041a | Dark theme VK",
    "description": "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 \u0434\u043b\u044f \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 (Dark theme for Vkontakte)",
    "version": "1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "dark.css",
                "icon.png",
                "icon.png",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "css": [
                "dark.css"
            ],
            "js": [
                "js.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}