LinkedIn jobs language filter Firefox

Examine source code of LinkedIn jobs language filter

By: Michael
Inspect and view changes in LinkedIn jobs language filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn jobs filter",
  "version": "1.3.1",
  "description": "Adds an option to filter jobs based on the language of the description",
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "./dist/main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./src/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.linkedin.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b0a1507a-ae4b-4c4e-b4a5-b507dc96e324}"
    }
  }
}

Best LinkedIn jobs language filter Alternatives

Here are some Firefox add-ons that are similar to LinkedIn jobs language filter: