Dịch vụ nhập hàng Trung Quốc

Dịch vụ nhập hàng Trung Quốc

Alishipviet - Nhập hàng Trung Quốc uy tín chất lượng.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dịch vụ nhập hàng Trung Quốc",
  "version": "1.5",
  "description": "Alishipviet - Nhập hàng Trung Quốc uy tín chất lượng.",
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "browser_action": {
    "name": "Manipulate DOM",
    "icons": [
      "icon.png"
    ],
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.11.2.min.js",
        "background.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "https://world.taobao.com/item/*",
        "https://item.taobao.com/*",
        "https://world.tmall.com/item/*",
        "https://detail.tmall.com/*",
        "http://www.alibaba.com/product-detail/*",
        "https://detail.1688.com/offer/*",
        "https://alishipviet.com/ajaxs/search/addCartExtension.php",
        "https://alishipviet.com/ajaxs/search/search_keyword_ex.php"
      ]
    }
  ]
}