Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u0432\u0438\u0434\u0435\u043e \u0441\u043a\u0430\u0447\u0430\u0442\u044c - VK video downloader",
"version": "2.0.5",
"description": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435. Download VK(VKontakte) videos",
"permissions": [
"storage"
],
"icons": {
"32": "icons\/32.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.vk.com\/*",
"*:\/\/*.vk.ru\/*",
"*:\/\/*.vkontakte.com\/*",
"*:\/\/*.vkontakte.ru\/*",
"*:\/\/*.vkvideo.com\/*",
"*:\/\/*.vkvideo.ru\/*"
],
"js": [
"ExtPay.js",
"content_vk.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "icons\/logo.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"icons\/*",
"js\/vk_inject.js",
"popup.js",
"ExtPay.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}