Inspect and view changes in Qing68.Com - Công cụ ký gửi hàng 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",
"name": "Qing68.Com - Công cụ ký gửi hàng",
"version": "1.009",
"icons": {
"16": "icon-128.png",
"48": "icon-128.png",
"128": "icon-128.png"
},
"description": "Công cụ hỗ trợ khách gửi vận đơn, gửi đơn thanh toán hộ, lưu link sản phẩm trên Qing68.com",
"permissions": [
"storage"
],
"host_permissions": [
"https://*.1688.com/*",
"http://*.1688.com/*",
"https://*.taobao.com/*",
"http://*.taobao.com/*",
"https://*.alipay.com/*",
"http://*.alipay.com/*",
"https://*.tmall.com/*",
"http://*.tmall.com/*",
"https://*.tmall.hk/*",
"http://*.tmall.hk/*",
"https://id.qing68.com/*"
],
"action": {
"default_icon": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https://*.1688.com/*",
"http://*.1688.com/*",
"https://*.taobao.com/*",
"http://*.taobao.com/*",
"https://*.alipay.com/*",
"http://*.alipay.com/*",
"https://*.tmall.com/*",
"http://*.tmall.com/*",
"https://*.tmall.hk/*",
"http://*.tmall.hk/*",
"https://id.qing68.com/*"
],
"js": [
"addon.js",
"ga4.js"
]
}
],
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"icon-128.png"
],
"matches": [
"https://*.1688.com/*",
"http://*.1688.com/*",
"https://*.taobao.com/*",
"http://*.taobao.com/*",
"https://*.alipay.com/*",
"http://*.alipay.com/*",
"https://*.tmall.com/*",
"http://*.tmall.com/*",
"https://*.tmall.hk/*",
"http://*.tmall.hk/*",
"https://id.qing68.com/*"
],
"extension_ids": [
"blkcplhoebppbdeiglkbeojkdkbioebn"
]
}
]
}