Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_app_name__", "version": "1.2", "description": "__MSG_app_description__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*", "https:\/\/vkvideo.ru\/*", "https:\/\/web.telegram.org\/*", "https:\/\/de.vk.com\/*", "https:\/\/fr.vk.com\/*", "https:\/\/es.vk.com\/*", "https:\/\/it.vk.com\/*", "https:\/\/nl.vk.com\/*", "https:\/\/pl.vk.com\/*", "https:\/\/ru.vk.com\/*", "https:\/\/uk.vk.com\/*", "https:\/\/ja.vk.com\/*", "https:\/\/zh.vk.com\/*", "https:\/\/pt.vk.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/vkvideo.ru\/*", "https:\/\/web.telegram.org\/*", "https:\/\/de.vk.com\/*", "https:\/\/fr.vk.com\/*", "https:\/\/es.vk.com\/*", "https:\/\/it.vk.com\/*", "https:\/\/nl.vk.com\/*", "https:\/\/pl.vk.com\/*", "https:\/\/ru.vk.com\/*", "https:\/\/uk.vk.com\/*", "https:\/\/ja.vk.com\/*", "https:\/\/zh.vk.com\/*", "https:\/\/pt.vk.com\/*" ] } ], "default_locale": "zh_CN", "background": { "service_worker": "background.js" }, "author": "vk_video", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }