Công cụ đặt hàng alishipviet.com

Công cụ đặt hàng alishipviet.com

Công cụ đặt hàng của alishipviet.com

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Công cụ đặt hàng alishipviet.com",
  "description": "Công cụ đặt hàng của alishipviet.com",
  "version": "1.0.16",
  "page_action": {
    "default_icon": "images/icon_nguonhang1688_64x64.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon_nguonhang1688_16x16.png",
    "32": "images/icon_nguonhang1688_32x32.png",
    "64": "images/icon_nguonhang1688_64x64.png",
    "128": "images/icon_nguonhang1688_128x128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://alishipviet.com/",
    "https://2.taobao.com/item.htm"
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.alishipviet.com/*",
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://detail.1688.com/*",
        "https://detail.1688.com/*",
        "http://wwww.amazon.com/*",
        "https://wwww.amazon.com/*"
      ],
      "css": [
        "/css/bootstrap-theme.css",
        "/css/content.css"
      ],
      "js": [
        "/scripts/jquery.js",
        "/scripts/jqueryui.js",
        "/scripts/lodash.js",
        "/scripts/rules.js",
        "/scripts/popup.js"
      ]
    }
  ]
}