CÔNG CỤ ĐẶT HÀNG - Linh Anh LOGISTICS

CÔNG CỤ ĐẶT HÀNG - Linh Anh LOGISTICS

Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống Linh Anh Logistics - 24hdathang.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CÔNG CỤ ĐẶT HÀNG - Linh Anh LOGISTICS",
  "description": "Công cụ mua hàng nhanh chóng trên các trang 1688, Taobao, Tmall của hệ thống Linh Anh Logistics - 24hdathang.com",
  "version": "3.1.1",
  "browser_action": {
    "default_icon": {
      "16": "images/logo32.png",
      "32": "images/logo32.png",
      "48": "images/logo32.png",
      "128": "images/logo32.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/logo32.png",
    "32": "images/logo32.png",
    "48": "images/logo32.png",
    "128": "images/logo32.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery-1.11.1.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "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/minhquan.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "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/*",
    "https://24hdathang.com/*",
    "http://24hdathang.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}