Inspect and view changes in Công cụ đặt hàng Hoàng Kim Logistic 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": "Công cụ đặt hàng Hoàng Kim Logistic",
"version": "2.0",
"description": "Công cụ đặt hàng Hoàng Kim Logistic",
"permissions": [
"storage"
],
"host_permissions": [
"*://*.taobao.com/*",
"*://*.1688.com/*",
"*://*.tmall.com/*",
"*://*.goofish.com/*",
"*://goofish.com/item*",
"*://hoangkimlogistics.vn/*",
"*://localhost/*"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*://*.taobao.com/*",
"*://*.1688.com/*",
"*://*.tmall.com/*",
"*://*.goofish.com/item*",
"*://goofish.com/*",
"*://hoangkimlogistics.vn/*",
"*://localhost/*"
],
"js": [
"content.js",
"taobao.js",
"jquery.min.js",
"1688.js",
"goofish.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
]
}