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": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.0", "default_locale": "zh_CN", "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "background": { "service_worker": "\/background.js" }, "action": { "default_title": "\u70b9\u51fb\u6253\u5f00\u864e\u5a01\u4eba\u5de5\u667a\u80fd\u52a9\u624b" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/*.hotaitools.net\/*" ], "homepage_url": "https:\/\/cn.hotaitools.cn" }