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_extension_name__", "description": "__MSG_extension_description__", "version": "24.5100.3", "default_locale": "ru", "icons": { "128": "icons\/icon-128.png" }, "action": { "default_icon": { "128": "icons\/icon-128.png" }, "default_popup": "app.html" }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/*.sbis.ru\/*", "*:\/\/*.saby.ru\/*" ] }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" } } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "host_permissions": [ "*:\/\/*.sbis.ru\/*", "*:\/\/*.saby.ru\/*" ], "permissions": [ "activeTab", "storage", "declarativeNetRequest", "scripting", "cookies" ] }