孚盟助手

孚盟助手

孚盟软件WhatsApp插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "孚盟助手",
  "description": "孚盟软件WhatsApp插件",
  "version": "3.0.20",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "lib/jquery-1.8.1.js",
      "js/background.js"
    ]
  },
  "page_action": {
    "default_icon": "img/icon.png",
    "default_title": "孚盟软件WhatsApp插件",
    "default_popup": "popup.html"
  },
  "permissions": [
    "declarativeContent",
    "tabs",
    "https://fumamx.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.whatsapp.com/*"
      ],
      "js": [
        "lib/jquery-1.8.1.js",
        "js/content-script.js"
      ],
      "css": [
        "css/whatsapp.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.wipo.int/*"
      ],
      "js": [
        "lib/jquery-1.8.1.js",
        "js/brand-content-script.js"
      ],
      "css": [
        "css/brand.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://message.alibaba.com/*"
      ],
      "js": [
        "lib/jquery-1.8.1.js",
        "js/alibaba-content-script.js"
      ],
      "css": [
        "css/alibaba.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.fumamx.com/*"
      ],
      "js": [
        "js/mxcontent.js"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.laifuyun.com/*",
      "*://*.fumamx.com/*"
    ]
  }
}