A simple browser extension that hides your LinkedIn feed so you can focus on networking and jobs without distractions.
You can toggle the feed ON/OFF anytime via the popup.
chrome://extensions/
in Chrome.linkedin-no-feed-extension/ ├── manifest.json ├── popup.html ├── popup.js ├── content.js ├── icons/ │ ├── icon16.png │ ├── icon48.png │ └── icon128.png └── README.md
This extension does not collect or store any personal data.
All settings (feed ON/OFF) are saved locally using Chrome’s storage API.