LinkedIn Feed Blocker

Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.

What is LinkedIn Feed Blocker?

LinkedIn Feed Blocker is a Chrome extension developed by Luc Boruta, and its main feature is "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".

Extension Screenshots

screenshot

Download LinkedIn Feed Blocker Extension CRX File

Download LinkedIn Feed Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. This extension is open source software, see the homepage URL for more information.                    

Extension Basic Information

Name LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
Official URL https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
Description Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
File Size 64.08 KB
Installation Count 3,000
Current Version 0.0.2
Last Updated 2019-10-17
Publish Date 2019-10-17
Rating 4.68/5 Total 40 Ratings
Developer Luc Boruta
Email [email protected]
Payment Type free
Extension Website https://github.com/lucboruta/linkedin-feed-blocker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "linkedin-feed-blocker.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "description": "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.",
    "icons": {
        "16": "img\/ghost-16.png",
        "128": "img\/ghost-128.png",
        "512": "img\/ghost-512.png"
    },
    "manifest_version": 2,
    "name": "LinkedIn Feed Blocker",
    "version": "0.0.2"
}