YD 国际集运代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到YD 国际集运网站。
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "YD 国际集运",
"version": "1.6.0",
"description": "YD 国际集运代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到YD 国际集运网站。",
"icons": {
"16": "image/icon16.png",
"48": "image/icon48.png",
"128": "image/icon128.png"
},
"action": {
"default_icon": "image/icon16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content.css",
"custom.css"
],
"js": [
"config.js",
"jquery.js",
"content.js"
],
"matches": [
"*://buyertrade.taobao.com/*",
"*://trade.taobao.com/*",
"*://world.taobao.com/*",
"*://item.taobao.com/*",
"*://world.tmall.com/*",
"*://detail.tmall.com/*",
"*://item.jd.com/*",
"*://product.dangdang.com/*",
"*://detail.1688.com/*",
"*://detail.vip.com/*",
"*://*.1688.com/*",
"*://*.jd.com/*"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"image/icon128.png",
"image/icon48.png",
"image/icon16.png",
"image/icon.png",
"image/loading01.gif",
"image/loading01.svg"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"notifications"
],
"host_permissions": [
"https://yundaojy.com/"
],
"update_url": "https://clients2.google.com/service/update2/crx"
}