LinkedIn Feed Hider Firefox

Examine source code of LinkedIn Feed Hider

By: Cole
Inspect and view changes in LinkedIn Feed Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LinkedIn Feed Remover",
  "short_name": "Feed Remover",
  "version": "1.0.0",
  "description": "Hide LinkedIn's home feed to reduce distraction without altering other site features.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "https://www.linkedin.com/*"
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "LinkedIn Feed Remover",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cole.bittel@pm.me",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LinkedIn Feed Hider Alternatives

Here are some Firefox add-ons that are similar to LinkedIn Feed Hider: