CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS

CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS

Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "CÔNG CỤ ĐẶT HÀNG - MINH QUÂN LOGISTICS",
  "description": "Công cụ hỗ trợ khách hàng thêm sản phẩm từ các wesbite 1688.com, tmall.com, taobao.com",
  "version": "4.0.0",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "128": "images/logo128.png"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.1688.com/*",
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://mq.me:802/*"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/alian.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "host_permissions": [
    "https://*.taobao.com/*",
    "https://*.1688.com/*",
    "https://*.tmall.com/*",
    "https://*.tmall.hk/*",
    "http://mq.me:802/",
    "https://vanchuyenminhquan.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}