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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "拼多多购物订单下载",
"version": "1.3.0",
"description": "管理您自己的拼多多买家账号订单。支持订单同步、关键词搜索、Excel导出等功能。本插件为第三方工具,与拼多多官方无关。",
"icons": {
"16": "assets/images/app-logo.png",
"48": "assets/images/app-logo.png",
"128": "assets/images/app-logo.png"
},
"permissions": [
"cookies",
"storage",
"activeTab",
"tabs",
"windows"
],
"host_permissions": [
"https://mobile.yangkeduo.com/*"
],
"action": {
"default_title": "拼多多购物订单下载"
},
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"dashboard.html",
"privacy.html",
"help.html",
"contact.html"
],
"matches": [
"<all_urls>"
]
}
]
}