Công cụ đặt hàng TQ - CHNLogistic

Công cụ đặt hàng TQ - CHNLogistic

Công cụ Đặt Hàng Vận chuyển CHNLogistic giúp bạn mua hàng trang taobao dễ dàng

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/config.js",
        "js/product.js",
        "js/taobao.js",
        "js/tmall.js",
        "js/alibar.js",
        "js/ut.js",
        "js/script.js",
        "js/numeral.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "http://*.tmall.com/*",
        "http://*.1688.com/*",
        "http://*.tmall.hk/*",
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.1688.com/*",
        "https://*.tmall.hk/*",
        "https://*.chnlogistics.vn/*"
      ]
    }
  ],
  "description": "Công cụ Đặt Hàng Vận chuyển CHNLogistic giúp bạn mua hàng trang taobao dễ dàng",
  "icons": {
    "16": "images/logo32.png",
    "32": "images/logo32.png",
    "48": "images/logo32.png",
    "128": "images/logo32.png"
  },
  "manifest_version": 3,
  "name": "Công cụ đặt hàng TQ - CHNLogistic",
  "short_name": "Công cụ đặt hàng TQ - CHNLogistic",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6.14",
  "web_accessible_resources": [
    {
      "resources": [
        "images/logo32.png",
        "images/order88-cart.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}