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", "version": "0.0.0.5", "name": "__MSG_extName__", "description": "__MSG_description__", "manifest_version": 3, "background": { "service_worker": "bg\/bundle.js" }, "permissions": [ "storage", "webRequest", "webRequestAuthProvider", "alarms", "proxy" ], "content_scripts": [ { "all_frames": false, "js": [ "content\/bundle.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon-128.png", "32": "icons\/icon-128.png", "48": "icons\/icon-128.png", "128": "icons\/icon-128.png" }, "action": { "default_icon": { "48": "icons\/icon-128.png" }, "default_popup": "popup.html", "default_title": "__MSG_extTitle__" }, "default_locale": "ru", "minimum_chrome_version": "108", "host_permissions": [ "<all_urls>" ] }