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

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

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

Темная тема ВК | Dark theme VK is een Chrome-extensie ontwikkeld door https://druno.ru, en de belangrijkste functie is "Темная тема для Вконтакте (Dark theme for Vkontakte)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Темная тема ВК | Dark theme VK

Download Темная тема ВК | Dark theme VK-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Темная тема ВК | Dark theme VK Темная тема ВК | Dark theme VK
ID mpemnhhdaakahghnfhidcimfcjmbkakm
Officiële 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
Beschrijving Темная тема для Вконтакте (Dark theme for Vkontakte)
Bestandsgrootte 21.38 KB
Aantal Installaties 2,243
Huidige Versie 1.6
Laatst Bijgewerkt 2022-02-26
Publicatiedatum 2020-09-04
Beoordeling 4.54/5 Totaal 28 Beoordelingen
Ontwikkelaar https://druno.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://druno.ru/temnaya-tema-dlya-vk-besplatnoe-rasshirenie-na-kompyuter
Ondersteunde Talen 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"
    }
}