Công Cụ Đặt Hàng - Báo Đen Logistics

Công Cụ Đặt Hàng - Báo Đen Logistics

Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của Báo Đen Logistics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_title": "Công Cụ Đặt Hàng - Báo Đen Logistics"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "exclude_matches": [
        "https://daixiao.1688.com/*",
        "http://daixiao.1688.com/*"
      ],
      "js": [
        "js/jquery-2.2.3.min.js",
        "js/bootstrap.min.js",
        "js/tools.js",
        "js/config.js",
        "js/app.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ]
    },
    {
      "js": [
        "js/taobao.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*"
      ]
    },
    {
      "js": [
        "js/tmall.js"
      ],
      "matches": [
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://detail.tmall.com/*",
        "https://detail.tmall.com/*",
        "http://world.tmall.com/*",
        "https://*.world.tmall.com/*"
      ]
    },
    {
      "js": [
        "js/1688.js"
      ],
      "matches": [
        "http://*.1688.com/*",
        "https://*.1688.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Công cụ đặt hàng trên các trang 1688, Taobao, Tmall của Báo Đen Logistics",
  "icons": {
    "48": "images/logo.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng - Báo Đen Logistics",
  "permissions": [
    "http://localhost:8080/*",
    "http://*.dathangtaobaodanang.com/*",
    "https://*.dathangtaobaodanang.com/*",
    "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/*",
    "http://*.localhost/",
    "https://*.google.com/",
    "http://*.baoden.tekup.vn/",
    "https://*.baoden.tekup.vn/",
    "*://*.baoden.tekup.vn/*",
    "https://test-baoden.tekup.vn/",
    "https://test-baoden.tekup.vn/*",
    "https://dathang.baoden.vn/",
    "https://dathang.baoden.vn/*",
    "cookies"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.4",
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "template/*"
  ]
}