觅鱼网购助手

觅鱼网购助手

觅鱼网购助手是一款网购优惠辅助工具,致力于为您高效的优惠商品,让红包随手可得

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "觅鱼网购助手",
  "description": "觅鱼网购助手是一款网购优惠辅助工具,致力于为您高效的优惠商品,让红包随手可得",
  "version": "1.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/detail.tmall.com.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.taobao.com/*"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/item.taobao.com.js"
      ],
      "css": [
        "css/style.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/jquery-3.5.1.min.js",
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "img/*"
  ],
  "browser_action": {
    "default_icon": "img/favicon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/favicon.png",
    "32": "img/favicon.png",
    "128": "img/favicon.png"
  }
}