Examine source code of CÔNG CỤ ĐẶT HÀNG THẮNG LINH

Inspect and view changes in CÔNG CỤ ĐẶT HÀNG THẮNG LINH 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": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/main.css"
      ],
      "js": [
        "js/jquery.js",
        "js/test.js",
        "js/md5.min.js",
        "js/config.js",
        "js/script.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/*"
      ]
    }
  ],
  "description": "CÔNG CỤ ĐẶT HÀNG THẮNG LINH",
  "host_permissions": [
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "https://thanglinh.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiu6bxbJyOwjSlYOtMDz/GwMZXc+4V8gko6/Hj1ECeb9mSQCb2RWXlKVio3oPd1JtrI5Q2Gdm58g2SewsLtgniCOKm7wbr9f0i5Uc2OE9XL5/3A447HlXGoHAoY+GU41aTnsp3EkmN1vHQ/mnuxjX6Xk6JjO3NkU9/93o6son1Mk4prQsdunYY+w/IexluUZbGllmULRBFz3+MnW4Z5jZFVk9CmS+mI192LSvmJ0ahbZtZs2y7A+cexIyTduWbpaMCLQIMCi55uNb/++5ALO2B33kHqKwnnhXr6HbMkJA6IMB0qdZjcEiXIyzTrW2dHDOBPyJXCUybw4R+mvIMdL9ZwIDAQAB",
  "manifest_version": 3,
  "name": "CÔNG CỤ ĐẶT HÀNG THẮNG LINH",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "cookies"
  ],
  "short_name": "CÔNG CỤ ĐẶT HÀNG THẮNG LINH",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.8",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/webfonts/*",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}