Inspect and view changes in VK video saver - загрузчик видео из вконтакте 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "VK video saver",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"hls.js",
"jquery-1.0.1.min.js",
"local.js"
],
"matches": [
"https://vk.com/*",
"https://*.vkuservideo.net/*",
"https://*.userapi.com/*",
"https://*.mycdn.me/*",
"https://vkvideo.ru/*"
]
}
],
"description": "Vk saver Скачивает mp3, mpg4, flv, m3u8, hlls. видео из vk.com",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"minimum_chrome_version": "95",
"name": "VK video saver - загрузчик видео из вконтакте",
"offline_enabled": false,
"permissions": [
"downloads"
],
"short_name": "VK video saver",
"version": "5.7.1"
}