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": "Kerqu.Ai", "version": "1.2.0", "description": "\u8de8\u5883\u5fc5\u5907AI\u5de5\u5177,\u4e00\u7ad9\u5f0f\u5185\u5bb9\u751f\u6210\u5668", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/ai.kerqu.com\/*", "*:\/\/ai-test.kerqu.com\/*", "*:\/\/ai.kerqu.cn\/*", "*:\/\/ai-test.kerqu.cn\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "side_panel": { "default_path": "sidepanel.html" }, "permissions": [ "storage", "cookies", "sidePanel" ], "host_permissions": [ "*:\/\/kerqu-dtc-kerqu-dc-dev-ai-tbkaabtype.cn-hangzhou.fcapp.run\/*", "*:\/\/api.ai-dev.kerqu.com\/*", "*:\/\/api.ai-dev.kerqu.cn\/*", "*:\/\/api.ikerqu.com\/*", "*:\/\/api.ikerqu.cn\/*", "*:\/\/api.ai.kerqu.com\/*", "*:\/\/api.ai.kerqu.cn\/*", "*:\/\/ai.kerqu.com\/*", "*:\/\/ai.kerqu.cn\/*", "*:\/\/api.ai-test.kerqu.com\/*", "*:\/\/api.ai-test.kerqu.cn\/*", "*:\/\/api-test.ikerqu.com\/*", "*:\/\/api-test.ikerqu.cn\/*", "*:\/\/192.168.31.96\/*", "*:\/\/ai-test.kerqu.com\/*", "*:\/\/ai-test.kerqu.cn\/*", "*:\/\/static.ai-test.kerqu.com\/*", "*:\/\/static.ai-test.kerqu.cn\/*", "*:\/\/static.ai.kerqu.com\/*", "*:\/\/static.ai.kerqu.cn\/*" ], "icons": { "16": ".\/log.png", "32": ".\/log.png", "128": ".\/log.png" } }