Feedblocker

Remove feeds from LinkedIn.

What is Feedblocker?

Feedblocker is a Chrome extension developed by Unknown, and its main feature is "Remove feeds from LinkedIn.".

Extension Screenshots

screenshot
screenshot

Download Feedblocker Extension CRX File

Download Feedblocker 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

                        Feedblocker is an extension that removes the feed from your LinkedIn home page to reduce distraction. 

How it works:
1. Install the extension
2. Pin the extension so it is easily accessible
3. Click on the extension while on the LinkedIn home page to remove the feed
4. To bring the feed back, click on the extension again

Feedblocker is not affiliated with LinkedIn.                    

Extension Basic Information

Name Feedblocker Feedblocker
ID obehkecmojmkiikdffbmnobnnmgikkfa
Official URL https://chromewebstore.google.com/detail/feedblocker/obehkecmojmkiikdffbmnobnnmgikkfa
Description Remove feeds from LinkedIn.
File Size 9.15 KB
Installation Count 132
Current Version 0.3
Last Updated 2021-02-22
Publish Date 2021-02-10
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://www.feedblocker.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedblocker",
    "description": "Remove feeds from LinkedIn.",
    "version": "0.3",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "feeds.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove LinkedIn feed",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    }
}