Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 30, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsApp \u804a\u5929\u52a9\u624b", "version": "1.0.5", "description": "WhatsApp Web\u804a\u5929\u52a9\u624b\uff0c\u652f\u6301\u7ffb\u8bd1\u3001\u5bfc\u51fa\u8054\u7cfb\u4eba\u3001\u5e38\u7528\u8bed\u5feb\u901f\u56de\u590d\u3001AI \u56de\u590d\u3001\u6d88\u606f\u5907\u4efd\u3001\u6d88\u606f\u7fa4\u53d1\u3001\u53f7\u7801\u9a8c\u8bc1\u3001\u81ea\u52a8\u56de\u590d\u3001\u7528\u8bed\u5206\u6790\u7b49\u529f\u80fd", "default_locale": "zh_CN", "permissions": [ "storage", "tabs", "activeTab", "scripting", "webRequest", "*:\/\/jieguan-export-ui.frp.fujinyangche.com\/*" ], "web_accessible_resources": [ { "resources": [ "lib\/*", "images\/*", "css\/*", "js\/*", "emoji-data.json", "fonts\/*", "icons\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/jieguan-export-ui.frp.fujinyangche.com\/*", "https:\/\/saas.51autoparts.cn\/*", "*:\/\/*.fujinyangche.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/jieguan-export-ui.frp.fujinyangche.com\/*", "*:\/\/saas.51autoparts.cn\/*" ], "js": [ "lib\/xlsx.full.min.js", "lib\/crypto-js.min.js", "lib\/country.js", "lib\/select\/jquery-3.7.1.min.js", "lib\/select\/select2.min.js", "content.js" ], "css": [ "styles.css", "css\/iconfont.css", "css\/jg-trans.css", "lib\/select\/select2.min.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } }