Tiện ích đặt hàng Vận Chuyển Trung Việt

Tiện ích đặt hàng Vận Chuyển Trung Việt

Công cụ hỗ trợ đặt hàng của Vận Chuyển Trung Việt 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 Vận Chuyển Trung Việt",
  "description": "Công cụ hỗ trợ đặt hàng của Vận Chuyển Trung Việt trên trình duyệt Chrome & Coccoc.",
  "version": "3.2.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon.png"
  },
  "host_permissions": [
    "https://vctrungviet.com/"
  ],
  "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/*"
      ]
    }
  ]
}