Công cụ đặt hàng nguonhang365

Công cụ đặt hàng nguonhang365

Công cụ đặt hàng của nguonhang365 trên Chrome và Cốc Cốc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.15.0",
  "short_name": "Công cụ đặt hàng nguonhang365",
  "description": "Công cụ đặt hàng của nguonhang365 trên Chrome và Cốc Cốc",
  "name": "Công cụ đặt hàng nguonhang365",
  "icons": {
    "128": "./logo.png"
  },
  "permissions": [
    "http://nguonhang365.com/"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "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/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "content.html",
    "templates/*",
    "injector.js",
    "*.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://browser.sentry-cdn.com; object-src 'self'"
}