VK Music - audio saver

VK Music - audio saver

See information about bitrate, or save songs from vk in one click

Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.13",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "homepage_url": "https://vk.com/audio?section=all",
  "default_locale": "en",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://vk.com/*",
    "https://vk.ru/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://vk.com/*",
        "https://vk.ru/*"
      ]
    }
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "init.js"
      ],
      "matches": [
        "https://vk.com/*",
        "https://vk.ru/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx"
}