Examine source code of Tien1688 Công cụ hỗ trợ thanh toán hộ

Inspect and view changes in Tien1688 Công cụ hỗ trợ thanh toán hộ 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"
  },
  "action": {
    "default_icon": "icons/icon64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.1688.com/*",
        "https://*.1688.com/*"
      ],
      "js": [
        "lib/jquery-3.6.1.min.js",
        "lib/bootstrap.min.js",
        "lib/lodash.min.js",
        "lib/toastify.min.js",
        "src/tools.js",
        "src/index.js"
      ],
      "css": [
        "css/style.css"
      ],
      "all_frames": true,
      "exclude_matches": [
        "https://work.1688.com/*",
        "http://work.1688.com/*"
      ]
    },
    {
      "matches": [
        "*://*.1688.com/*"
      ],
      "js": [
        "src/site/cn1688.js"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "description": "Tien1688 Công cụ hỗ trợ thanh toán hộ",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "Tien1688 Công cụ hỗ trợ thanh toán hộ",
  "host_permissions": [
    "https://cms.tien1688.com/",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*"
  ],
  "permissions": [
    "cookies",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1",
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}