VKmusic - music saver vk

VKmusic - music saver vk

Save music in one click! Fast download of tracks from VK.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/hls.min.js",
      "js/background.js",
      "meogo.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_titleDefault__"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://vk.com/*",
        "*://new.vk.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "256": "icon/256.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_ui": {
    "chrome_style": true,
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "downloads",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "version": "1.1.7",
  "web_accessible_resources": [
    "images/i-icons.gif",
    "images/loader.gif"
  ]
}