Công cụ Đặt Hàng Vận chuyển THUONGMAI1688

Công cụ Đặt Hàng Vận chuyển THUONGMAI1688

Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang từ các trang thương mại điện tử dễ dàng

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Công cụ Đặt Hàng Vận chuyển THUONGMAI1688",
  "description": "Công cụ Đặt Hàng Vận chuyển giúp bạn mua hàng trang từ các trang thương mại điện tử dễ dàng",
  "version": "4.2.1",
  "icons": {
    "16": "logo/logo-16.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  },
  "options_page": "settings/settings.html",
  "action": {
    "default_title": "Công cụ Đặt Hàng Vận chuyển THUONGMAI1688",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/logo-web.png"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "https://thuongmai1688.com/*",
        "https://fastordertaobao.vn/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/decimal.js",
        "services/common/common.services.js",
        "services/1688/1688.js",
        "services/taobao/taobao.js",
        "services/main.js",
        "service-worker.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "https://thuongmai1688.com/*",
        "https://fastordertaobao.vn/*"
      ]
    }
  ]
}