order hàn quốc

order hàn quốc

Tiện ích mua hàng tại trang orderhanquoc.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "order hàn quốc",
  "short_name": "extension_order_hq",
  "description": "Tiện ích mua hàng tại trang orderhanquoc.com",
  "version": "1.0.0",
  "author": "CyberSkill JSC",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/extension_order_korea.js"
      ],
      "css": [
        "main_order_hq.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "favi.png",
    "32": "favi.png",
    "48": "favi.png",
    "128": "favi.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "declarativeContent"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}