Công cụ đặt hàng nhaphang.com

Công cụ đặt hàng nhaphang.com

Công cụ đặt hàng taobao, tmall, 1688 trên nhaphang.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "4.0.15",
  "short_name": "Công cụ đặt hàng nhaphang.com",
  "description": "Công cụ đặt hàng taobao, tmall, 1688 trên nhaphang.com",
  "name": "Công cụ đặt hàng nhaphang.com",
  "icons": {
    "128": "./img/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.taobao.com/*",
        "*://taobao.com/",
        "*://*.1688.com/*",
        "*://1688.com/*",
        "*://*.tmall.com/*",
        "*://tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://*.liangxinyao.com/*",
        "https://*.liangxinyao.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "content_service.js"
      ],
      "matches": [
        "http://nothing.gobizdev.com/*",
        "https://nothing.gobizdev.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.html",
        "templates/*",
        "injector.js",
        "*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}