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", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "STAR-tech development <star-tech.dev>", "version": "1.5.2", "manifest_version": 3, "default_locale": "ru", "content_scripts": [ { "matches": [ "https:\/\/*.vk.com\/*", "https:\/\/*.vkvideo.ru\/*" ], "js": [ "dist\/js\/app.js" ], "css": [ "dist\/css\/app.css" ] } ], "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "action": { "default_popup": "dist\/popup.html", "default_title": "__MSG_extension_name__", "default_icon": { "16": "dist\/images\/get_started16.png", "32": "dist\/images\/get_started32.png", "48": "dist\/images\/get_started48.png", "128": "dist\/images\/get_started128.png" } }, "icons": { "16": "dist\/images\/get_started16.png", "32": "dist\/images\/get_started32.png", "48": "dist\/images\/get_started48.png", "128": "dist\/images\/get_started128.png" }, "options_page": "dist\/options.html" }