CÔNG CỤ ĐẶT HÀNG NHANH TAO BAO, TRUNG QUỐC

CÔNG CỤ ĐẶT HÀNG NHANH TAO BAO, TRUNG QUỐC

Công cụ addon đặt hàng nhanh Trung Quốc - Giúp mua hàng nhanh trên các trang 1688, Taobao, Tmall

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CÔNG CỤ ĐẶT HÀNG NHANH TAO BAO, TRUNG QUỐC",
  "version": "2.5.0",
  "short_name": "orderfast",
  "description": "Công cụ addon đặt hàng nhanh Trung Quốc - Giúp mua hàng nhanh trên các trang 1688, Taobao, Tmall",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/addon.js"
      ],
      "matches": [
        "https://*.1688.com/*",
        "http://*.1688.com/*",
        "https://*.taobao.com/*",
        "http://*.taobao.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://*.tmall.hk/*"
      ]
    }
  ],
  "permissions": [
    "https://*.taobao.com/*",
    "http://*.taobao.com/*",
    "https://*.1688.com/*",
    "http://*.1688.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.com/*",
    "http://*.hm.com/*",
    "https://*.tmall.hk/*",
    "http://*.tmall.hk/*",
    "storage",
    "activeTab",
    "tabs",
    "*://*/*"
  ],
  "manifest_version": 2
}