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": "Zenle VK - \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435", "description": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435", "version": "1.39", "background": { "service_worker": "background.js" }, "action": { "default_title": "Zenle VK", "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "cookies", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*" ], "js": [ "jquery.min.js", "js.js" ], "css": [ "vk.css" ] } ], "web_accessible_resources": [ { "resources": [ "myscript.js", "audio.js" ], "matches": [ "https:\/\/vk.com\/*" ] } ], "host_permissions": [ "https:\/\/vk.com\/*", "https:\/\/zenle.ru\/*", "https:\/\/.vk.com\/*" ] }