NhapHang247 - Đặt hàng Trung Quốc, Hàn Quốc

NhapHang247 - Đặt hàng Trung Quốc, Hàn Quốc

Giúp bạn tạo đơn và đặt hàng từ Trung Quốc và Hàn Quốc một cách dễ dàng

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "images/nh247_128.png",
    "default_title": "NhapHang247 - Đặt hàng Trung Quốc, Hàn Quốc"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/main.css"
      ],
      "js": [
        "js/jquery-3.5.0.min.js",
        "js/config.js",
        "js/background.js",
        "js/script.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Giúp bạn tạo đơn và đặt hàng từ Trung Quốc và Hàn Quốc một cách dễ dàng",
  "icons": {
    "16": "images/nh247_16.png",
    "32": "images/nh247_32.png",
    "64": "images/nh247_64.png",
    "128": "images/nh247_128.png"
  },
  "manifest_version": 3,
  "name": "NhapHang247 - Đặt hàng Trung Quốc, Hàn Quốc",
  "permissions": [],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.2",
  "web_accessible_resources": [
    {
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ],
      "resources": [
        "css/main.css",
        "js/jquery-3.5.0.min.js",
        "js/config.js",
        "js/background.js",
        "js/script.js",
        "js/1688_script.js",
        "js/taobao_script.js",
        "js/tmall_script.js",
        "images/nh247_logo.png"
      ]
    }
  ]
}