Công cụ Đặt hàng của Shipway247

Công cụ Đặt hàng của Shipway247

Công cụ Đặt hàng của Shipway247 trên trình duyệt Chrome & Cờ rôm+.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/config.js",
        "js/md5.min.js",
        "js/script.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/*"
      ]
    },
    {
      "exclude_matches": [
        "http://*.shipway247.com/admin/*",
        "https://*.shipway247.com/admin/*"
      ],
      "js": [
        "js/jquery.js",
        "js/test.js",
        "js/config.js",
        "js/md5.min.js",
        "js/script.js",
        "js/web_service_config.js",
        "js/web_service_script.js"
      ],
      "matches": [
        "http://*.shipway247.com/*",
        "https://*.shipway247.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Công cụ Đặt hàng của Shipway247 trên trình duyệt Chrome & Cờ rôm+.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Công cụ Đặt hàng của Shipway247",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.1.0",
  "web_accessible_resources": [
    "*"
  ]
}