The extension will help to download music from the VC for free to your computer, as well as any video in HD quality.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"applications": {
"gecko": {
"id": "{a8fff5e8-00c2-455a-9958-d8cd10f8206d}"
}
},
"background": {
"scripts": [
"js/hls.min.js",
"js/background.js",
"js/newtabpromo_bg.js"
]
},
"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_description__",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "20",
"name": "__MSG_appName__",
"permissions": [
"downloads",
"storage",
"*://*.vkuseraudio.net/*",
"*://*.userapi.com/*"
],
"version": "1.7.73",
"web_accessible_resources": [
"images/i-icons.gif",
"images/loader.gif"
]
}