Темы Вконтакте

Уникальное и яркое оформление странички Вконтакте, темы на любой вкус и цвет!

What is Темы Вконтакте?

Темы Вконтакте is a Chrome extension developed by semenovloban, and its main feature is "Уникальное и яркое оформление странички Вконтакте, темы на любой вкус и цвет!".

Extension Screenshots

screenshot

Download Темы Вконтакте Extension CRX File

Download Темы Вконтакте 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

                        Уникальное и яркое оформление странички Вконтакте, темы на любой вкус и цвет!
Меняй оформление своей странички в один клик!                    

Extension Basic Information

Name Темы Вконтакте Темы Вконтакте
ID facgjnnnpnopaambndocnfehnikijpdm
Official URL https://chromewebstore.google.com/detail/%D1%82%D0%B5%D0%BC%D1%8B-%D0%B2%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D0%B5/facgjnnnpnopaambndocnfehnikijpdm
Description Уникальное и яркое оформление странички Вконтакте, темы на любой вкус и цвет!
File Size 59.66 KB
Installation Count 1,032
Current Version 1.1
Last Updated 2018-08-02
Publish Date 2018-08-02
Rating 2.14/5 Total 7 Ratings
Developer semenovloban
Email [email protected]
Payment Type free
Extension Website https://ext-vkstyle.top/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.vk.com\/*",
                "*:\/\/ext-vkstyle.top\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_EVKSExtensionDescription__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "32": "images\/32.png",
        "16": "images\/16.png"
    },
    "manifest_version": 2,
    "name": "\u0422\u0435\u043c\u044b \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "page_action": {
        "default_icon": "images\/128.png",
        "default_title": "__MSG_EVKS__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.vk.com\/*",
        "*:\/\/ext-vkstyle.top\/*"
    ],
    "version": "1.1",
    "content_security_policy": "script-src 'self' https:\/\/ext-vkstyle.top; object-src 'self'"
}