Examine source code of Linkedin Job Scraper - scraper.plus

Inspect and view changes in Linkedin Job Scraper - scraper.plus 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": "__MSG_showTT__",
  "description": "__MSG_showMM__",
  "version": "2.0.4",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://linkedin-job.scraper.plus",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/48.png"
  },
  "background": {
    "service_worker": "js/background.dfd8dbaf.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "js/content-script.dfd8dbaf.js"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "css": [
        "css/content-script_a143eb32.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "img/*",
        "js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "webRequest",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}