Dark theme for VK

Dark theme for VK

Qu'est-ce que Dark theme for VK ?

Dark theme for VK est une extension Chrome développée par NiceL, et sa fonction principale est "Dark theme for VK".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark theme for VK

Téléchargez les fichiers d'extension Dark theme for VK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dark theme for VK Dark theme for VK
ID nbefnbihfijfmkfeghcjjoipcbmkkech
URL Officiel https://chromewebstore.google.com/detail/dark-theme-for-vk/nbefnbihfijfmkfeghcjjoipcbmkkech
Description Dark theme for VK
Taille du Fichier 115 KB
Nombre d'Installations 391
Version Actuelle 5.4
Dernière Mise à Jour 2022-04-28
Date de Publication 2021-10-19
Évaluation 5.00/5 Total 5 Évaluations
Développeur NiceL
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}