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", "name": "Ghost Downloader Browser Extension", "version": "1.1.1", "manifest_version": 3, "description": "Ghost Downloader \u7684\u6d4f\u89c8\u5668\u8f85\u52a9\u63d2\u4ef6\uff0c\u7528\u4e8e\u6355\u83b7\u6d4f\u89c8\u5668\u4e0b\u8f7d\u4efb\u52a1.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "webRequest", "activeTab", "storage" ], "host_permissions": [ "<all_urls>" ] }