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

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

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

Merlin
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 phathangsieutoc"
  },
  "content_scripts": [
    {
      "js": [
        "onload.js"
      ],
      "matches": [
        "*://*.1688.com/*",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*"
      ]
    }
  ],
  "description": "Công cụ đặt hàng nhanh chóng siêu biên giới của phathangsieutoc",
  "icons": {
    "512": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Công cụ đặt hàng của phathangsieutoc",
  "permissions": [
    "http://*.phathangsieutoc.com/*",
    "https://*.phathangsieutoc.com/*",
    "storage",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "phathangsieutoc - Công cụ đặt hàng dễ dàng chọn sản phẩm mua giá cực tốt",
  "version": "1.0.0"
}