Unhook for LinkedIn: Hide the Feed Firefox

Examine source code of Unhook for LinkedIn: Hide the Feed

By: Josh Add-on
Inspect and view changes in Unhook for LinkedIn: Hide the Feed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Unhook for LinkedIn: Hide the Feed",
  "description": "Hide your LinkedIn feed and get your work done without distraction. Fully private, no tracking.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "https://www.linkedin.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f0c9b31-5e8b-4a96-9d21-2c7d42aa44d8}",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Unhook for LinkedIn",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Unhook for LinkedIn: Hide the Feed Alternatives

Here are some Firefox add-ons that are similar to Unhook for LinkedIn: Hide the Feed: