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": "1.0.7", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "ru", "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_title__", "default_icon": { "38": "images\/logo38.png" }, "default_popup": "pages\/popup.html" }, "icons": { "16": "images\/logo24.png", "19": "images\/logo24.png", "32": "images\/logo38.png", "38": "images\/logo38.png", "64": "images\/logo128.png", "128": "images\/logo128.png" }, "content_scripts": [ { "css": [ "styles\/content\/vkcontent.css" ], "run_at": "document_start", "matches": [ "*:\/\/*.vk.com\/*", "*:\/\/*.vk.ru\/*", "*:\/\/*.vkontakte.com\/*", "*:\/\/*.vkontakte.ru\/*", "*:\/\/*.vkvideo.com\/*", "*:\/\/*.vkvideo.ru\/*" ] }, { "js": [ "scripts\/content\/dwnwidget.js", "scripts\/content\/dwnbuttons.js", "scripts\/content\/vkcontent.js" ], "matches": [ "*:\/\/*.vk.com\/*", "*:\/\/*.vk.ru\/*", "*:\/\/*.vkontakte.com\/*", "*:\/\/*.vkontakte.ru\/*", "*:\/\/*.vkvideo.com\/*", "*:\/\/*.vkvideo.ru\/*" ] }, { "js": [ "scripts\/content\/videopage.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "pages\/*.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "scripts\/content\/*.js" ], "matches": [ "*:\/\/*.vk.com\/*", "*:\/\/*.vk.ru\/*", "*:\/\/*.vkontakte.com\/*", "*:\/\/*.vkontakte.ru\/*", "*:\/\/*.vkvideo.com\/*", "*:\/\/*.vkvideo.ru\/*" ] } ], "permissions": [ "storage", "scripting", "downloads", "downloads.open", "downloads.ui" ] }