DATHANG86

DATHANG86

Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DATHANG86",
  "description": "Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam",
  "version": "1.0.8",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Đặt Hàng 86",
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.taobao.com/*",
        "http://*.tmall.com/*",
        "http://*.1688.com/*",
        "http://*.tmall.hk/*",
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.1688.com/*",
        "https://*.tmall.hk/*",
        "https://*.alibaba.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ]
}