Examine source code of DatHangQuangChau.Com - Công cụ đặt hàng

Inspect and view changes in DatHangQuangChau.Com - Công cụ đặt hàng 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",
  "name": "DatHangQuangChau.Com - Công cụ đặt hàng",
  "version": "1.255",
  "icons": {
    "16": "icon-512x512.png",
    "48": "icon-512x512.png",
    "128": "icon-512x512.png"
  },
  "description": "Công cụ order sỉ trên hệ thống Đặt Hàng Quảng Châu - dathangquangchau.com",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.1688.com/*",
    "http://*.1688.com/*",
    "https://*.taobao.com/*",
    "http://*.taobao.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.hk/*",
    "http://*.tmall.hk/*",
    "https://giaodich.dathangquangchau.com/*",
    "<all_urls>"
  ],
  "action": {
    "default_icon": "icon-512x512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.1688.com/*",
        "http://*.1688.com/*",
        "https://*.taobao.com/*",
        "http://*.taobao.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://*.tmall.hk/*",
        "https://giaodich.dathangquangchau.com/*",
        "<all_urls>"
      ],
      "js": [
        "jquery-2.2.4.js",
        "jquery-ui.js",
        "addonordersi.js",
        "ga4.js"
      ],
      "css": [
        "ext.css"
      ]
    }
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "*.jpg",
        "*.JPG",
        "*.png",
        "*.PNG",
        "*.gif",
        "*.GIF"
      ],
      "matches": [
        "https://*.1688.com/*",
        "http://*.1688.com/*",
        "https://*.taobao.com/*",
        "http://*.taobao.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://*.tmall.hk/*",
        "https://giaodich.dathangquangchau.com/*",
        "<all_urls>"
      ],
      "extension_ids": [
        "dbahdghbinbejobggcklgppgkdkkokbd"
      ]
    }
  ]
}