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": "Ozon Downloader | Quickly download images and videos", "version": "1.0.3", "description": "One-click download for all images and videos of an item, supporting both individual file and full package download.", "action": { "default_icon": ".\/assets\/images\/logo.png", "default_popup": ".\/popup\/index.html" }, "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "background": { "service_worker": ".\/background\/index.mjs" }, "oauth2": { "client_id": "260833350733-0ncmc6i0m0r952lri7grtiaolhv8n74v.apps.googleusercontent.com", "scopes": [ "email", "openid" ] }, "permissions": [ "identity", "identity.email", "tabs", "storage" ], "host_permissions": [ "*:\/\/*.ozon.ru\/*", "*:\/\/*.ozone.ru\/*", "*:\/\/*.ozonru.cn\/*", "*:\/\/*.ozonstatic.cn\/*", "*:\/\/*.yueplan.top\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.ozon.ru\/*", "*:\/\/*.yueplan.top\/*" ], "js": [ "contentScripts\/index.global.js" ] } ] }