Odex - Order Hàn Quốc

Odex - Order Hàn Quốc

Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Odex - Order Hàn Quốc",
  "version": "2.8.0",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "description": "Tiện ích hỗ trợ mua hộ hàng tại Hàn Quốc của orderhanquoc.com",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "css": [
        "./main.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "./bundle.js"
      ]
    }
  ],
  "background": {
    "service_worker": "sw.js"
  },
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://orderhanquoc.com/*"
    ]
  }
}