Order Hàng Hàn Quốc

Order Hàng Hàn Quốc

Tool to support purchasing on e-commerce websites in South Korea from Vietnam

Additional files are visible only to premium users

manifest.json


{
  "name": "Order Hàng Hàn Quốc",
  "version": "1.0.10",
  "description": "__MSG_description__",
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "cookies",
    "notifications",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.orderhanghanquoc.com/*",
    "*://orderhanghanquoc.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.orderhanghanquoc.com/*",
      "*://orderhanghanquoc.com/*"
    ]
  },
  "default_locale": "vi",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3
}