海淘神器(一淘海淘出品)

海淘神器(一淘海淘出品)

海淘神器是一淘旗下海淘小助手。用神器下单,可享独家转运优惠价!同时神器还提供商品到手价计算、历史价格查询、重量尺码换算、促销信息提醒、转运地址自动填写、中英翻译、海淘全程物流追踪、优惠券提醒、海淘下单注意事项提醒等多种贴心功能。我们致力于让您像淘宝一样海淘!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "海淘神器(一淘海淘出品)",
  "short_name": "海淘神器",
  "description": "海淘神器是一淘旗下海淘小助手。用神器下单,可享独家转运优惠价!同时神器还提供商品到手价计算、历史价格查询、重量尺码换算、促销信息提醒、转运地址自动填写、中英翻译、海淘全程物流追踪、优惠券提醒、海淘下单注意事项提醒等多种贴心功能。我们致力于让您像淘宝一样海淘!",
  "version": "3.0.1",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/seed.js",
      "js/seed-components.js",
      "components/notification/index.js",
      "components/listenCssChange/index.js",
      "components/haitaoUtils/index.js",
      "components/haitaoTrackAjax/index.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "像淘宝一样海淘",
    "default_icon": "images/icon19.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/seed.js",
        "js/seed-components.js",
        "js/login.js",
        "js/website.js",
        "components/haitaoUtils/index.js",
        "components/haitaoAddressDialog/index.js",
        "components/haitaoAddressNewDialog/index.js",
        "components/haitaoAddressEditDialog/index.js",
        "components/haitaoAddressSelect/index.js",
        "components/haitaoAddressSmartSelect/index.js",
        "components/haitaoGoodPrice/index.js",
        "components/haitaoGuideDialog/index.js",
        "components/haitaoListPrice/index.js",
        "components/haitaoPriceTrend/index.js",
        "components/haitaoShipCompareDialog/index.js",
        "components/haitaoSidebar/index.js",
        "components/haitaoSidebarFeedback/index.js",
        "components/haitaoTransShip/index.js",
        "components/haitaoWeightInput/index.js",
        "components/HoverGetWord/index.js",
        "components/amazonFunction/index.js",
        "components/haitaoAddrNotify/index.js",
        "components/haitaoConvert/index.js",
        "components/haitaoPromise/index.js",
        "components/haitaoSearchTrans/index.js",
        "components/haitaoShopIntroTip/index.js",
        "components/haitaoSizeDialog/index.js",
        "components/haitaoTransPageDialog/index.js",
        "components/listenCssChange/index.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/extra/haitao.css",
    "/extra/popup.css"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://auth.alipay.com/; object-src 'self' 'unsafe-eval' https://auth.alipay.com/",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "cookies",
    "unlimitedStorage",
    "notifications"
  ]
}