Inspect and view changes in 微信文件传输 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
{
"name": "å¾®ä¿¡æ–‡ä»¶ä¼ è¾“",
"manifest_version": 3,
"version": "1.0.0",
"author": "Geocld<lijiahao5372@gmail.com>",
"description": "更便æ·çš„å¾®ä¿¡æ–‡ä»¶ä¼ è¾“ï¼Œå¯ç›´æŽ¥é€šè¿‡å°çª—å£ä¼ 输文件,让网页版更好用ï¼",
"icons": {
"19": "images/20.png",
"20": "images/20.png",
"30": "images/20.png",
"48": "images/20.png",
"128": "images/128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "images/20.png",
"default_title": "æ¬¢è¿Žä½¿ç”¨å¾®ä¿¡æ–‡ä»¶ä¼ è¾“æ‰©å±•",
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"chrome/wxobserve.js"
],
"matches": [
"*://filehelper.weixin.qq.com/*"
],
"run_at": "document_start"
}
],
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"*://filehelper.weixin.qq.com/*"
],
"homepage_url": "https://github.com/Geocld/wechat-file-transfer-extension",
"web_accessible_resources": [
{
"resources": [
"chrome/sendMessage.js",
"chrome/sendFile.js",
"chrome/catchList.js",
"chrome/logout.js"
],
"matches": [
"*://filehelper.weixin.qq.com/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}