LinkedIn Feed Vanisher Firefox

Examine source code of LinkedIn Feed Vanisher

Inspect and view changes in LinkedIn Feed Vanisher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkedIn Feed Vanisher",
  "version": "1.0.0",
  "description": "Make your LinkedIn feed vanish! Hide the noise and stay focused on what matters.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://www.linkedin.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16-dim.png",
      "48": "icons/icon48-dim.png",
      "128": "icons/icon128-dim.png"
    },
    "default_title": "LinkedIn Feed Vanisher"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "linkedin-feed-vanisher@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LinkedIn Feed Vanisher Alternatives

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