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_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.18.0", "action": { "default_title": "Live.VKvideo - Now", "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/live.vkvideo.ru\/*", "*:\/\/api.live.vkvideo.ru\/*", "*:\/\/eternitegik.github.io\/*" ], "permissions": [ "storage", "alarms", "cookies" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/api.live.vkvideo.ru\/*", "*:\/\/live.vkvideo.ru\/*" ], "js": [ "contentScripts.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "executeBonus.js" ], "matches": [ "*:\/\/live.vkvideo.ru\/*" ] } ], "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } }