vksaver - music saver vk

vksaver - music saver vk

VKsaver - save music with bitrate display, select folder to save

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "html/popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/insert.js"
      ],
      "css": [
        "css/download.css"
      ],
      "matches": [
        "*://vk.com/*",
        "https://*.vkuservideo.net/*"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icon/128.png"
  },
  "manifest_version": 3,
  "default_locale": "ru",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "permissions": [
    "tabs",
    "scripting",
    "downloads",
    "storage",
    "declarativeNetRequest"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.9",
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "*"
      ],
      "use_dynamic_url": true
    }
  ]
}