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": "Wing Download Manager", "version": "1.11", "author": "wftpserver.com", "description": "In WingFTP's web client, you can use this extension for downloading multiple files\/folders.", "default_locale": "en", "icons": { "128": "icon128.png" }, "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "downloads", "downloads.open", "downloads.shelf", "activeTab", "tabs", "scripting", "storage" ] }