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

Inspect and view changes in Công cụ đặt hàng VietnamLogistics.Com.Vn 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
{
  "action": {
    "default_icon": "icons/icon_48.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "exclude_matches": [
        "http://daixiao.1688.com/*",
        "https://daixiao.1688.com/*",
        "https://wg.1688.com/*"
      ],
      "js": [
        "contentScript.js",
        "site.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://*.yao.95095.com/*",
        "https://*.yao.95095.com/*",
        "https://*.jd.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "description": "Công cụ đặt hàng tiện ích, nhanh chóng, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall",
  "host_permissions": [
    "http://*.vietnamlogistics.com.vn/*",
    "https://*.vietnamlogistics.com.vn/*",
    "http://vietnamlogistics.test/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "http://*.yao.95095.com/*",
    "https://*.yao.95095.com/*",
    "https://*.jd.com/*"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "incognito": "split",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgP+hTwp2sHV7JzmsaVxNWWYsot6HvkXOy6xgfLWRttObDIMRPoE16/d+Nu0C0AlzHlh1ICoChr9ZTcJ8omMcBhP9SsDSRF2K5M0zsSS9LdrpDEyCM53MehoWbpavX/6HmKR0F0xHA94SmOFiRTlvlBgqj2je/v67cXcvSl+OrQ89w0qgvRVRcMm63X1v+c3GH9Pb17A/OQoZtSzwaQX3ZZ+DTmQWJFf1gtKwKqDxZkwq7hLr18H9UkwEfxLHooBYSNBzwpXW4/F09rqPcMdHtmwbsts3zpnkrcG5v2VMeRCGUWuPG2Y/gAFRt+QFchg15h/dnbsp3D9OERbl8Ngt9QIDAQAB",
  "manifest_version": 3,
  "name": "Công cụ đặt hàng VietnamLogistics.Com.Vn",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.20",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ]
}