Tiện ích đặt hàng Thủy Taobao

Tiện ích đặt hàng Thủy Taobao

Công cụ hỗ trợ đặt hàng của Thủy Taobao trên trình duyệt Chrome & Coccoc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tiện ích đặt hàng Thủy Taobao",
  "description": "Công cụ hỗ trợ đặt hàng của Thủy Taobao trên trình duyệt Chrome & Coccoc.",
  "version": "3.2.0",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon.png"
  },
  "host_permissions": [
    "https://thuytaobao.vn/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png",
      "48": "img/icon48.png",
      "128": "img/icon.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content.js",
        "js/jquery.js"
      ],
      "matches": [
        "https://item.taobao.com/*",
        "https://detail.1688.com/*",
        "https://detail.tmall.com/*",
        "https://detail.tmall.hk/*",
        "https://chaoshi.detail.tmall.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "temp/index.html",
        "temp/main.css",
        "img/logo-addon.png"
      ],
      "matches": [
        "https://item.taobao.com/*",
        "https://detail.1688.com/*",
        "https://detail.tmall.com/*",
        "https://detail.tmall.hk/*",
        "https://chaoshi.detail.tmall.com/*"
      ]
    }
  ]
}