Inspect and view changes in Mi Chat 浏览器助手 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Mi Chat 浏览器助手",
"version": "2.1.1",
"icons": {
"128": "src/assets/icon-128.png"
},
"host_permissions": [
"https://*/*",
"http://*/*"
],
"permissions": [
"sidePanel",
"scripting",
"cookies",
"activeTab",
"storage"
],
"action": {
"default_title": "Mi Chat浏览器助手"
},
"content_scripts": [
{
"js": [
"assets/content.tsx-loader-C0OZZmyf.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"css": [
"assets/content-k3mEMhLj.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/closeIcon-B8ThIdYP.js",
"assets/portMessage-F3kYI1-6.js",
"assets/content.tsx-BAXNwWwe.js"
],
"use_dynamic_url": false
}
]
}