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": "File Unzipper", "description": "Chrome File Unzipper: Offline compression & extraction for files under 1GB via 7z CLI, offering secure desktop-like performance.", "version": "0.1.0", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "action": [], "permissions": [ "storage", "tabs", "downloads" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';" }, "host_permissions": [ "https:\/\/browseraddons.com\/*", "https:\/\/*.browseraddons.com\/*" ], "background": { "service_worker": "background.js" } }