Get Styles

Установи уникальную тему для VK с сайта get-styles.ru. Сделай свою страничку яркой!

What is Get Styles?

Get Styles is a Chrome extension developed by https://get-styles.ru, and its main feature is "Установи уникальную тему для VK с сайта get-styles.ru. Сделай свою страничку яркой!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Get Styles Extension CRX File

Download Get Styles 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

                        Get-styles –это уникальное приложение, которое позволяет изменить оформление сайта ВКонтакте совершенно бесплатно. 
Выбор из более чем 30 000 разнообразных тем, которые позволят украсить вашу страничку и сделать ее индивидуальной. Но самое замечательное – это возможность создавать собственные темы. Все что требуется от вас -  это установить приложение, и вы сможете менять оформление своей странички хоть каждый день.
Установив get-styles, вы сделаете свою страничку яркой и привлекательной!                    

Extension Basic Information

Name Get Styles Get Styles
ID cammakhaipbljopbkbbffhachjekcfki
Official URL https://chromewebstore.google.com/detail/get-styles/cammakhaipbljopbkbbffhachjekcfki
Description Установи уникальную тему для VK с сайта get-styles.ru. Сделай свою страничку яркой!
File Size 29.79 KB
Installation Count 75,042
Current Version 1.0.9
Last Updated 2016-04-14
Publish Date 2016-04-14
Rating 4.46/5 Total 2985 Ratings
Developer https://get-styles.ru
Payment Type free
Extension Website http://get-styles.ru/
Supported Languages ru
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "witplugin.js"
            ],
            "matches": [
                "*:\/\/*.vk.com\/*",
                "*:\/\/get-styles.ru\/*"
            ]
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_GSExtensionDescription__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Get Styles",
    "page_action": {
        "default_icon": "favicon.ico",
        "default_title": "__MSG_VKStyles__"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.vk.com\/*",
        "*:\/\/get-styles.ru\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}