An Nam Order - Đặt hàng trung quốc

An Nam Order - Đặt hàng trung quốc

An Nam Order Trung Quốc - Công cụ hỗ trợ người dùng đặt hàng trên website: Taobao.com, Tmall.com và 1688.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "An Nam Order Trung Quốc",
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "onload.js"
      ],
      "matches": [
        "*://*.1688.com/*",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*"
      ]
    }
  ],
  "description": "An Nam Order Trung Quốc - Công cụ hỗ trợ người dùng đặt hàng trên website: Taobao.com, Tmall.com và 1688.com",
  "homepage_url": "https://annamorder.com/",
  "icons": {
    "128": "images/icon.png"
  },
  "manifest_version": 2,
  "name": "An Nam Order - Đặt hàng trung quốc",
  "permissions": [
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*"
  ],
  "short_name": "AnNamOrder",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "6.0.5",
  "web_accessible_resources": [
    "toolbar.js",
    "toolbar.css",
    "images/*"
  ]
}