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

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

Cos'è Темная тема ВК | Dark theme VK?

Темная тема ВК | Dark theme VK è un'estensione di Chrome sviluppata da https://druno.ru, e la sua funzione principale è "Темная тема для Вконтакте (Dark theme for Vkontakte)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Темная тема ВК | Dark theme VK

Scarica i file di estensione Темная тема ВК | Dark theme VK in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Темная тема ВК | Dark theme VK Темная тема ВК | Dark theme VK
ID mpemnhhdaakahghnfhidcimfcjmbkakm
URL Ufficiale 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
Descrizione Темная тема для Вконтакте (Dark theme for Vkontakte)
Dimensione del File 21.38 KB
Conteggio Installazioni 2,243
Versione Corrente 1.6
Ultimo Aggiornamento 2022-02-26
Data di Pubblicazione 2020-09-04
Valutazione 4.54/5 Totale 28 Valutazioni
Sviluppatore https://druno.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://druno.ru/temnaya-tema-dlya-vk-besplatnoe-rasshirenie-na-kompyuter
Lingue Supportate 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"
    }
}