Фон ВКонтакте

Фон ВКонтакте

Позволяет изменить фон ВКонтакте

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Фон ВКонтакте",
  "short_name": "Фон ВКонтакте",
  "description": "Позволяет изменить фон ВКонтакте",
  "manifest_version": 2,
  "version": "5.901",
  "author": "Alexander",
  "homepage_url": "https://vk.com/vk_fon",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "256": "img/256.png"
  },
  "background": {
    "scripts": [
      "js/ga.js",
      "js/jqmini.js",
      "js/functions.js",
      "js/vk_app.js",
      "js/vk_defaults.js",
      "js/background.js",
      "js/a_helpers.js",
      "js/a_background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "styles/laylout.css"
      ],
      "js": [
        "js/jqmini.js",
        "js/vk_app.js",
        "js/functions.js",
        "js/script.js"
      ],
      "matches": [
        "*://vk.com/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "img/ba_icon.png",
    "default_popup": "pages/settings.html",
    "default_title": "Фон ВКонтакте"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage",
    "contextMenus",
    "webNavigation",
    "webRequestBlocking",
    "webRequest",
    "tabs",
    "*://*.vk.com/",
    "*://*.dkbm-web.autoins.ru/",
    "*://*.fssp.gov.ru/",
    "*://*.xn--90adear.xn--p1ai/check/auto",
    "*://*.nomerogram.ru/",
    "*://*.autoteka.ru/*",
    "*://*.avito.ru/*",
    "*://*.drom.ru/*",
    "*://*.auto.ru/*"
  ],
  "web_accessible_resources": [
    "*"
  ]
}