CÔNG CỤ ĐẶT HÀNG - HÀNG NỘI ĐỊA CHINA

CÔNG CỤ ĐẶT HÀNG - HÀNG NỘI ĐỊA CHINA

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CÔNG CỤ ĐẶT HÀNG - HÀNG NỘI ĐỊA CHINA",
  "description": "Công cụ hỗ trợ người dùng đặt hàng trên các website Taobao.com, Tmall.com và 1688.com của hangnoidiachina.vn",
  "version": "1.17",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "CÔNG CỤ ĐẶT HÀNG - HÀNG NỘI ĐỊA CHINA"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "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/*"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/contentScript.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "https://*.taobao.com/*",
    "http://*.taobao.com/*",
    "https://*.1688.com/*",
    "http://*.1688.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.com/*",
    "http://*.hm.com/*",
    "https://*.tmall.hk/*",
    "http://*.tmall.hk/*",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.hangnoidiachina.vn/*"
  ]
}