Inspect and view changes in Vkontakte Download source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Vkontakte Download",
"version": "5.2",
"description": "Скачать музыку с VK (vk.com), Вконтакте. Скачивание плейлистов и треков Артиста. История скачиваний.",
"icons": {
"32": "img/icon_32.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"browser_action": {
"default_icon": "img/icon_32.png",
"default_popup": "popup.html",
"default_title": "Вконтакте Открыть Vkontakte Download 5.2"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"scripts/include.js"
],
"css": [
"css/styles.css"
],
"matches": [
"*://api.vksaved.ru/*",
"*://vk.com/*",
"*://*.vk.com/*",
"*://*.vkuseraudio.net/*"
],
"run_at": "document_start"
}
],
"background": {
"scripts": [
"js/background.js"
]
},
"permissions": [
"*://api.vksaved.ru/*",
"*://vk.com/*",
"*://*.vk.com/*",
"*://*.vkuseraudio.net/*",
"downloads",
"tabs"
],
"manifest_version": 2
}