Công Cụ Đặt Hàng Thổ Kỳ Lân

Công Cụ Đặt Hàng Thổ Kỳ Lân

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "tkl-icon.png"
  },
  "icons": {
    "16": "tkl-icon.png",
    "48": "tkl-icon.png",
    "128": "tkl-icon.png"
  },
  "content_scripts": [
    {
      "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/*"
      ]
    },
    {
      "js": [
        "/js/jquery.js",
        "js/autopai.js"
      ],
      "matches": [
        "http://nhatminh247.dev:8000/order/*",
        "https://nhatminh247.dev:8000/order/*",
        "http://nhatminh247.vn/order/*",
        "https://nhatminh247.vn/order/*"
      ]
    },
    {
      "matches": [
        "http://item.taobao.com/*",
        "http://*.taobao.com/item/*",
        "https://item.taobao.com/*",
        "https://*.taobao.com/item/*"
      ],
      "js": [
        "/js/jquery.js",
        "/js/autopai.common.js",
        "/js/autopai.taobao.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://*.tmall.com/item*",
        "https://*.tmall.com/item*"
      ],
      "js": [
        "/js/jquery.js",
        "/js/autopai.common.js",
        "/js/autopai.tmall.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://detail.1688.com/*",
        "https://detail.1688.com/*"
      ],
      "js": [
        "/js/jquery.js",
        "/js/autopai.common.js",
        "/js/autopai.1688.js"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.",
  "manifest_version": 2,
  "name": "Công Cụ Đặt Hàng Thổ Kỳ Lân",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "version": "1.3",
  "web_accessible_resources": [
    "css/main.css"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}