Công cụ đặt hàng muahang1688.vn

Công cụ đặt hàng muahang1688.vn

Công cụ hỗ trợ người dùng của muahang1688.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Công cụ đặt hàng muahang1688.vn",
  "short_name": "muahang1688.vn",
  "description": "Công cụ hỗ trợ người dùng của muahang1688.vn đặt hàng trên website: Taobao.com, Tmall.com và 1688.com",
  "manifest_version": 2,
  "author": "HAIHS",
  "version": "2.3.7",
  "homepage_url": "https://muahang1688.vn",
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/styles.css"
      ],
      "js": [
        "js/scripts.js"
      ],
      "matches": [
        "https://*.1688.com/*",
        "http://*.1688.com/*",
        "https://*.taobao.com/*",
        "http://*.taobao.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://*.tmall.hk/*"
      ]
    }
  ],
  "permissions": [
    "https://muahang1688.vn/*",
    "http://muahang1688.vn/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}