Công cụ đặt hàng của Otiz

Công cụ đặt hàng của Otiz

Công cụ đặt hàng của otiz.vn trên trình duyệt Chrome và Cốc Cốc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Công cụ đặt hàng của Otiz",
  "short_name": "Công cụ đặt hàng của Otiz",
  "description": "Công cụ đặt hàng của otiz.vn trên trình duyệt Chrome và Cốc Cốc",
  "version": "1.726.1616",
  "browser_action": {
    "default_icon": "logo/otiz.png",
    "name": "Công cụ đặt hàng của Otiz",
    "default_title": "Công cụ đặt hàng của Otiz",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "contentScriptLink.js"
      ]
    },
    {
      "matches": [
        "https://buyertrade.taobao.com/*",
        "https://trade.1688.com/order/*",
        "https://buy.taobao.com/auction/*",
        "https://buy.tmall.com/order/confirm_order*",
        "https://order.1688.com/order/smart_make_order.htm*",
        "https://trade.tmall.com/detail/orderDetail*",
        "https://trade.taobao.com/trade/detail/trade_order_detail*",
        "https://cart.taobao.com/cart*",
        "https://cart.1688.com/cart*",
        "https://item.taobao.com/item.htm*",
        "https://detail.tmall.com/item*",
        "https://detail.1688.com/offer*",
        "https://work.1688.com/home/buyer*",
        "https://detail.tmall.hk/hk/item*",
        "https://trade.tmall.hk/detail/orderDetail*",
        "https://buy.tmall.hk/order/*"
      ],
      "css": [
        "contentScript.css"
      ],
      "run_at": "document_idle",
      "js": [
        "contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "injector.js"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ]
}