Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của giahanholdings.com
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": "Tiện ích lên đơn hàng giahanholdings.com",
"description": "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, 1688.com vào giỏ hàng của giahanholdings.com",
"version": "2.3.9",
"action": {
"default_icon": "images/icon.png",
"default_title": "Tiện ích lên đơn hàng của giahanholdings.com trên taobao, tmall, 1688",
"default_popup": "popup.html"
},
"icons": {
"128": "images/icon.png"
},
"background": {
"service_worker": "js/background.min.js"
},
"content_scripts": [
{
"matches": [
"https://*.giahanholdings.com/*",
"https://*.1688.com/*",
"http://*.1688.com/*",
"https://*.taobao.com/*",
"http://*.taobao.com/*",
"https://*.tmall.com/*",
"http://*.tmall.com/*",
"https://*.tmall.hk/*",
"http://*.tmall.hk/*"
],
"css": [
"css/styles.min.css"
],
"js": [
"js/app.min.js"
]
}
],
"host_permissions": [
"https://*.giahanholdings.com/*",
"https://giahanholdings.com/*"
],
"permissions": [
"storage"
]
}