orderhangtaobao.com - Công cụ đặt hàng taobao

orderhangtaobao.com - Công cụ đặt hàng taobao

Công cụ hỗ trợ người dùng của đặt hàng Tao bao trên website: Taobao.com, Tmall.com và 1688.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "orderhangtaobao.com - Công cụ đặt hàng taobao",
  "short_name": "orderhangtaobao.com",
  "description": "Công cụ hỗ trợ người dùng của đặt hàng Tao bao trên website: Taobao.com, Tmall.com và 1688.com",
  "manifest_version": 2,
  "author": "HAIHS",
  "version": "1.2.3",
  "homepage_url": "https://orderhangtaobao.com",
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/styles.css"
      ],
      "js": [
        "js/scripts.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://orderhangtaobao.com/*",
    "http://orderhangtaobao.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}