Get Styles

Get Styles

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "witplugin.js"
      ],
      "matches": [
        "*://*.vk.com/*",
        "*://get-styles.ru/*"
      ]
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_GSExtensionDescription__",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.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"
}