Nhập hàng giá gốc - Nhập hàng Trung Quốc

Nhập hàng giá gốc - Nhập hàng Trung Quốc

Công cụ hỗ trợ người dùng của nhaphanggiagoc.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.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": "Nhập hàng giá gốc - Nhập hàng Trung Quốc",
  "homepage_url": "https://nhaphanggiagoc.vn",
  "short_name": "nhaphanggiagoc.vn",
  "description": "Công cụ hỗ trợ người dùng của nhaphanggiagoc.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com",
  "version": "2.4.1",
  "action": {
    "default_icon": "images/icon.png",
    "default_title": "Tiện ích lên đơn hàng của nhaphanggiagoc.vn trên taobao, tmall, 1688",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "background": {
    "service_worker": "js/background.min.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.nhaphanggiagoc.vn/*",
        "http://*.nhaphanggiagoc.vn/*",
        "https://*.taobao.com/*",
        "http://*.taobao.com/*",
        "https://*.1688.com/*",
        "http://*.1688.com/*",
        "https://detail.1688.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.com/*",
        "http://*.hm.com/*",
        "https://*.tmall.hk/*",
        "http://*.tmall.hk/*"
      ],
      "css": [
        "css/styles.min.css"
      ],
      "js": [
        "js/jquery-2.2.3.min.js",
        "js/scripts.min.js"
      ]
    }
  ],
  "host_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/*",
    "https://detail.1688.com/*",
    "http://*.tmall.hk/*",
    "https://*.nhaphanggiagoc.vn/*",
    "http://*.nhaphanggiagoc.vn/*"
  ],
  "permissions": [
    "storage"
  ]
}