VKCustom

Change the style for Vkontakte

O que é VKCustom?

VKCustom é uma extensão do Chrome desenvolvida por NPC, e sua principal característica é "Change the style for Vkontakte".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão VKCustom

Baixe arquivos de extensão VKCustom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Данное расширение добавляет для vk.com тёмную тему заменяя собой старый дизайн                    

Informações Básicas da Extensão

Nome VKCustom VKCustom
ID oehnhecdbdmdbkamifpmcddelbmfgjfh
URL Oficial https://chromewebstore.google.com/detail/vkcustom/oehnhecdbdmdbkamifpmcddelbmfgjfh
Descrição Change the style for Vkontakte
Tamanho do Arquivo 29.15 KB
Contagem de Instalações 124
Versão Atual 2.4
Última Atualização 2023-02-05
Data de Publicação 2020-07-01
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor NPC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vk.com/npcgm
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "author": "Vombit",
    "version": "2.4",
    "default_locale": "ru",
    "icons": {
        "128": "image\/icon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/vk.com\/*",
        "*:\/\/*.vk.com\/*",
        "*:\/\/*.vk.me\/*"
    ],
    "browser_action": {
        "default_title": "VkCustom",
        "default_icon": "image\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "pages\/settings.html",
    "minimum_chrome_version": "22",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/userapi.com\/*",
                "*:\/\/*.userapi.com\/*",
                "*:\/\/vk.me\/*",
                "*:\/\/*.vk.me\/*"
            ],
            "js": [
                "back.js"
            ],
            "css": [
                "styles\/body.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}