Công cụ đặt hàng của Alo68

Công cụ đặt hàng của Alo68

Công cụ đặt hàng nhanh chóng siêu biên giới của Alo68

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "Công cụ đặt hàng Alo68"
  },
  "content_scripts": [
    {
      "js": [
        "onload.js"
      ],
      "matches": [
        "*://*.1688.com/*",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*",
        "*://*.chemistwarehouse.com.au/*",
        "*://*.amazon.com/*",
        "*://*.ebay.com/*"
      ]
    }
  ],
  "description": "Công cụ đặt hàng nhanh chóng siêu biên giới của Alo68",
  "icons": {
    "512": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Công cụ đặt hàng của Alo68",
  "permissions": [
    "http://*.alo68.com/*",
    "https://*.alo68.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "*://*.chemistwarehouse.com.au/*",
    "*://*.amazon.com/*",
    "*://*.ebay.com/*"
  ],
  "short_name": "Alo68 - Công cụ đặt hàng dễ dàng chọn sản phẩm mua giá cực tốt",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3"
}