Шаблоны сообщений ВКонтакте

Шаблоны сообщений ВКонтакте

Расширение поможет Вам оказывать поддержку пользователей через сообщения ВКонтакте или упростит общение с друзьями.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_ex_name__",
  "version": "2.1.9",
  "default_locale": "ru",
  "description": "__MSG_ex_description__",
  "content_scripts": [
    {
      "matches": [
        "http://*.vk.com/*",
        "https://*.vk.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "https://*.vk.com/*",
    "http://*.vk.com/*",
    "background",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "content.js",
    "content-old.js",
    "style.css",
    "images/menu.png",
    "images/menu_2x.png",
    "images/alert9.png",
    "images/alert9_2x.png"
  ]
}