Inspect and view changes in CÔNG CỤ ĐẶT HÀNG MÃ TỐC LOGISTICS 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
{
"action": {
"default_icon": "images/icon128.png",
"default_popup": ""
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"css/main.css"
],
"js": [
"js/jquery.js",
"js/test.js",
"js/md5.min.js",
"js/config.js",
"js/script.js"
],
"matches": [
"http://*.taobao.com/*",
"https://*.taobao.com/*",
"http://*.1688.com/*",
"https://*.1688.com/*",
"http://*.tmall.com/*",
"https://*.tmall.com/*",
"http://*.tmall.hk/*",
"https://*.tmall.hk/*"
]
}
],
"description": "Tiện ích của chúng tôi giúp bạn đặt hàng từ 1688, taobao, tmall",
"host_permissions": [
"http://*.taobao.com/*",
"https://*.taobao.com/*",
"http://*.1688.com/*",
"https://*.1688.com/*",
"http://*.tmall.com/*",
"https://*.tmall.com/*",
"http://*.tmall.hk/*",
"https://*.tmall.hk/*",
"https://dathang.matoc.com.vn/*"
],
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"manifest_version": 3,
"name": "CÔNG CỤ ĐẶT HÀNG MÃ TỐC LOGISTICS",
"options_page": "",
"permissions": [
"storage",
"cookies"
],
"short_name": "CÔNG CỤ ĐẶT HÀNG MÃ TỐC LOGISTICS",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.6",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"images/*",
"template/*",
"*.png",
"css/*",
"css/webfonts/*",
"js/*",
"js/getGlobalData.js"
]
}
]
}