Alilogi Logistics - Đặt hàng Trung Quốc

Alilogi Logistics - Đặt hàng Trung Quốc

Đặt hàng Taobao, Tmall, 1668 một cách dễ dàng

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alilogi Logistics - Đặt hàng Trung Quốc",
  "description": "Đặt hàng Taobao, Tmall, 1668 một cách dễ dàng",
  "version": "2.7",
  "permissions": [
    "activeTab",
    "<all_urls>",
    "webRequestBlocking",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "scripts/jquery.min.js",
      "scripts/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/jquery.min.js",
        "scripts/contentscripts.js",
        "scripts/config.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Thêm vào đơn hàng Alilogi Logistics",
    "default_icon": "img/fevicon.png"
  },
  "web_accessible_resources": [
    "scripts/jquery.min.js",
    "rong_do.html"
  ],
  "manifest_version": 2
}