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": "__MSG_name__", "version": "1.0.9", "default_locale": "en", "description": "__MSG_desc__", "action": [], "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content-script-vk.js", "content-script-tg.js" ], "css": [ "css\/vk-injection.css", "css\/tg-injection.css" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/vkvideo.ru\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "js\/*", "css\/*" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/vkvideo.ru\/*", "https:\/\/web.telegram.org\/*" ] } ], "optional_permissions": [ "tabs" ], "optional_host_permissions": [ "https:\/\/web.telegram.org\/" ], "icons": { "128": "icons\/128.png" } }