Công cụ đặt hàng Trung Quốc - Orderhangtrung

Công cụ đặt hàng Trung Quốc - Orderhangtrung

Công cụ Đặt Hàng Vận chuyển Orderhangtrung.net giúp bạn mua hàng trang taobao dễ dàng

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery-3.3.1.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo32.png",
      "32": "images/logo32.png",
      "48": "images/logo32.png",
      "128": "images/logo32.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/config.js",
        "js/product.js",
        "js/taobao.js",
        "js/tmall.js",
        "js/alibar.js",
        "js/ut.js",
        "js/script.js",
        "js/numeral.js"
      ],
      "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/*",
        "https://*.orderhangtrung.net/*"
      ]
    }
  ],
  "description": "Công cụ Đặt Hàng Vận chuyển Orderhangtrung.net giúp bạn mua hàng trang taobao dễ dàng",
  "icons": {
    "16": "images/logo32.png",
    "32": "images/logo32.png",
    "48": "images/logo32.png",
    "128": "images/logo32.png"
  },
  "manifest_version": 2,
  "name": "Công cụ đặt hàng Trung Quốc - Orderhangtrung",
  "short_name": "Công cụ đặt hàng Trung Quốc - Orderhangtrung",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6.7",
  "web_accessible_resources": [
    "images/logo32.png",
    "images/order88-cart.png"
  ]
}