猎擎招聘小助手

猎擎招聘小助手
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "猎擎招聘小助手",
  "version": "2.0.1",
  "manifest_version": 2,
  "description": "猎擎招聘小助手",
  "browser_action": {
    "default_icon": "./img/logo.png",
    "default_title": "猎擎",
    "default_popup": "pop.html"
  },
  "background": {
    "scripts": [
      "jquery-3.5.0.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tab",
    "https://rd5.zhaopin.com/*",
    "https://www.zhipin.com/*",
    "https://h.liepin.com/*",
    "https://ehire.51job.com/*",
    "https://lpt.liepin.com/*",
    "https://easy.lagou.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "jquery.cookie.js",
        "clipboard.min.js",
        "move.js",
        "public.js",
        "zhilianContent.js",
        "51jobContent.js",
        "liepinHeadhunter.js",
        "liepinHr.js",
        "bossContent.js",
        "lagouContent.js",
        "content.js"
      ],
      "run_at": "document_start",
      "exclude_globs": [],
      "include_globs": [
        "*"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}