Inspect and view changes in DatHangQuangChau.Com 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
{
"applications": {
"gecko": {
"id": "DatHangQuangChau.Com@cuongvnm.com"
}
},
"manifest_version": 2,
"name": "DatHangQuangChau.Com",
"version": "1.0.5",
"version_name": "1.0.5 beta",
"description": "Công cụ order hàng trên hệ thống Đặt Hàng Quảng Châu - DatHangQuangChau.com",
"icons": {
"48": "icons/icon.48.png",
"96": "icons/icon.96.png"
},
"browser_action": {
"default_icon": {
"16": "icons/icon.48.png",
"32": "icons/icon.48.png"
}
},
"content_scripts": [
{
"matches": [
"*://*.taobao.com/*",
"*://*.95095.com/*",
"*://*.tmall.com/*",
"*://*.1688.com/*"
],
"js": [
"addonordersi.js"
]
}
],
"permissions": [
"webRequest",
"https://*.dathangquangchau.com/*"
]
}