Tiện ích lên đơn KienGioOrder.com

Tiện ích lên đơn KienGioOrder.com

Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của KienGioOrder.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tiện ích lên đơn KienGioOrder.com",
  "description": "Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của KienGioOrder.com",
  "version": "1.2.11",
  "action": {
    "default_icon": {
      "16": "images/icon_16x16.png",
      "24": "images/icon_32x32.png",
      "32": "images/icon_32x32.png",
      "64": "images/icon_64x64.png",
      "128": "images/icon_128x128.png"
    },
    "default_title": "Tiện ích lên đơn hàng dành cho KienGioOrder.com trên taobao, jd, tmall, 1688",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon_16x16.png",
    "32": "images/icon_32x32.png",
    "64": "images/icon_64x64.png",
    "128": "images/icon_128x128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://2.taobao.com/item.htm",
    "https://*.KienGioOrder.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "https://*.tmall.hk/*",
    "https://*.jd.com/*",
    "https://*.jd.hk/*",
    "http://detail.1688.com/*",
    "https://detail.1688.com/*",
    "http://item.1688.com/*",
    "https://item.1688.com/*",
    "http://item.jd.com/*",
    "https://item.jd.com/*",
    "https://item.jd.hk/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*"
      ],
      "extension_ids": [
        "nfkphddlcgdhnanfaklcjkcghlenhcom",
        "ddpaiechfjkapipfbfmacoochcacgjaa"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' 'http://*.taobao.com/*' 'https://*.taobao.com/*' 'http://detail.1688.com/*' 'https://detail.1688.com/*'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.KienGioOrder.com/*",
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "https://*.jd.com/*",
        "https://*.jd.hk/*",
        "http://detail.1688.com/*",
        "https://detail.1688.com/*",
        "http://item.1688.com/*",
        "https://item.1688.com/*",
        "http://item.jd.com/*",
        "https://item.jd.com/*",
        "https://item.jd.hk/*"
      ],
      "css": [
        "all.min.css"
      ],
      "js": [
        "all.js"
      ]
    }
  ]
}