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,
"version": "0.10.3",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "ru",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"js": [
"shared.js"
],
"matches": [
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*",
"*:\/\/*.vkvideo.ru\/*",
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*"
]
},
{
"js": [
"sharedAgent.js"
],
"matches": [
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*",
"*:\/\/*.vkvideo.ru\/*",
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*"
],
"world": "MAIN"
},
{
"js": [
"audio.js"
],
"matches": [
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*"
]
},
{
"js": [
"audioAgent.js"
],
"matches": [
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*"
],
"world": "MAIN"
},
{
"js": [
"videoAgent.js"
],
"matches": [
"*:\/\/*.vkvideo.ru\/*",
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*"
],
"world": "MAIN"
},
{
"js": [
"video.js"
],
"matches": [
"*:\/\/*.vkvideo.ru\/*",
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"downloads",
"tabs",
"alarms",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.vk.com\/*",
"*:\/\/*.vk.ru\/*",
"*:\/\/*.vkuseraudio.net\/*",
"*:\/\/*.userapi.com\/*",
"*:\/\/*.vkvideo.ru\/*",
"*:\/\/*.okcdn.ru\/*",
"*:\/\/*.couponmagic.ru\/*",
"*:\/\/*.magicsaver.pro\/*"
]
}