Công Cụ Đặt Hàng Của HT Đặt hàng

Công Cụ Đặt Hàng Của HT Đặt hàng

Công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html",
    "default_title": "HT Đặt Hàng"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "exclude_matches": [
        "http://daixiao.1688.com/*",
        "https://daixiao.1688.com/*",
        "https://wg.1688.com/*"
      ],
      "js": [
        "js/jquery-2.2.3.min.js",
        "js/bootstrap.min.js",
        "js/tools.js",
        "js/config.js",
        "js/app.js"
      ],
      "matches": [
        "https://htdathang.com/*",
        "http://htdathang.com/*",
        "https://htdathang.com/gio-hang*",
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://*.yao.95095.com/*",
        "https://*.yao.95095.com/*"
      ]
    },
    {
      "js": [
        "js/taobao.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://htdathang.com/gio-hang*",
        "https://*.taobao.com/*",
        "https://htdathang.com/cart"
      ]
    },
    {
      "js": [
        "js/tmall.js"
      ],
      "matches": [
        "https://htdathang.com/cart",
        "https://htdathang.com/gio-hang*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://detail.tmall.com/*",
        "https://detail.tmall.com/*",
        "http://world.tmall.com/*",
        "https://*.world.tmall.com/*",
        "http://*.yao.95095.com/*",
        "https://*.yao.95095.com/*"
      ]
    },
    {
      "js": [
        "js/1688.js"
      ],
      "matches": [
        "https://htdathang.com/cart",
        "https://htdathang.com/gio-hang*",
        "http://*.1688.com/*",
        "https://*.1688.com/*"
      ]
    },
    {
      "js": [
        "js/local.js"
      ],
      "matches": [
        "https://htdathang.com/*",
        "http://htdathang.com/*",
        "https://htdathang.com/gio-hang*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "vi",
  "description": "Công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.",
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng Của HT Đặt hàng",
  "permissions": [
    "https://*.htdathang.com/*",
    "https://htdathang.com/cart*",
    "https://*.htdathang.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "http://*.yao.95095.com/*",
    "https://*.yao.95095.com/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.6",
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "template/*"
  ]
}