Inspect and view changes in Công cụ đặt hàng TQ - Wikilog 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
{
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"css/style.css"
],
"js": [
"js/jquery-3.3.1.min.js",
"js/config.js",
"js/product.js",
"js/taobao.js",
"js/tmall.js",
"js/alibar.js",
"js/ut.js",
"js/script.js",
"js/numeral.js"
],
"matches": [
"http://*.taobao.com/*",
"http://*.tmall.com/*",
"http://*.1688.com/*",
"http://*.tmall.hk/*",
"https://*.taobao.com/*",
"https://*.tmall.com/*",
"https://*.1688.com/*",
"https://*.tmall.hk/*",
"https://*.wikilog.vn/*"
]
}
],
"description": "Công cụ Đặt Hàng Vận chuyển wikilog.vn giúp bạn mua hàng trang taobao dễ dàng",
"icons": {
"16": "images/logo32.png",
"32": "images/logo32.png",
"48": "images/logo32.png",
"128": "images/logo32.png"
},
"manifest_version": 3,
"name": "Công cụ đặt hàng TQ - Wikilog",
"short_name": "Công cụ đặt hàng TQ - Wikilog",
"permissions": [
"storage"
],
"host_permissions": [
"*://*/*"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.6.19",
"web_accessible_resources": [
{
"resources": [
"images/logo32.png",
"images/order88-cart.png"
],
"matches": [
"<all_urls>"
]
}
]
}