Đặt hàng 86

Đặt hàng 86

Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Đặt hàng 86",
  "short_name": "Đặt hàng 86",
  "description": "Đặt hàng 86 - Dịch vụ Order Taobao, Tmail, 1688 uy tín hàng đầu Việt Nam",
  "manifest_version": 2,
  "version": "3.0.1",
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "css/addon_tool.css"
      ],
      "js": [
        "js/jquery.js",
        "js/keyword.js",
        "js/config.js",
        "js/script.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*.taobao.com/*",
        "http://*.tmall.com/*",
        "http://*.1688.com/*",
        "http://*.tmall.hk/*",
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.1688.com/*",
        "https://*.tmall.hk/*"
      ]
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*"
  ]
}