Công cụ đặt hàng của dichvutaobao1688.com

Công cụ đặt hàng taobao, tmall, 1688, vận chuyển về Việt Nam với chi phí cạnh tranh, dịch vụ hài lòng nhất
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": "Công cụ đặt hàng của dichvutaobao1688.com",
  "description": "Công cụ đặt hàng taobao, tmall, 1688, vận chuyển về Việt Nam với chi phí cạnh tranh, dịch vụ hài lòng nhất",
  "author": "",
  "version": "1.0.3",
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/manifest.js",
        "js/vendor.js",
        "js/content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*.taobao.com/*",
        "*://taobao.com/",
        "*://*.1688.com/*",
        "*://1688.com/*",
        "*://*.tmall.com/*",
        "*://tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "js/content.js"
  ]
}