Examine source code of 奇客大师简历采集插件MV3

Inspect and view changes in 奇客大师简历采集插件MV3 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "奇客大师简历采集插件MV3",
  "version": "3.1.8",
  "description": "奇客大师-简历信息采集插件新版MV3",
  "author": "上海奇客罗方智能科技有限公司",
  "homepage_url": "https://www.geekercloud.com",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "奇客简历采集",
    "default_icon": {
      "16": "img/logo_16.png",
      "32": "img/logo_32.png",
      "48": "img/logo_48.png",
      "80": "img/logo_80.png",
      "128": "img/logo_128.png",
      "256": "img/logo_256.png"
    }
  },
  "icons": {
    "16": "img/logo_16.png",
    "32": "img/logo_32.png",
    "48": "img/logo_48.png",
    "80": "img/logo_80.png",
    "128": "img/logo_128.png",
    "256": "img/logo_256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://*.zhaopin.com/*",
        "*://*.liepin.com/*",
        "*://*.lietou-static.com/*",
        "*://*.lieluobo.com/*",
        "*://*.51jingying.com/*",
        "*://*.51job.com/*",
        "*://*.58.com/*"
      ],
      "js": [
        "lib/jquery/jquery-3.6.3.min.js",
        "lib/moment/moment.min.js",
        "lib/tesseract4/tesseract.min.js",
        "js/tools.js",
        "js/collection/zhaopin.js",
        "js/collection/highpin.js",
        "js/collection/job51.js",
        "js/collection/job51_2023.js",
        "js/collection/jingying51.js",
        "js/collection/liepin.js",
        "js/collection/liepintong.js",
        "js/collection/linkedin.js",
        "js/content-script.js"
      ],
      "css": [
        "css/content-script.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/logo_80.png",
        "lib/tesseract4/worker.min.js",
        "lib/tesseract4/tesseract-core.wasm.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'unsafe-inline'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}