Feedless LinkedIn

Hides the LinkedIn newsfeed

What is Feedless LinkedIn?

Feedless LinkedIn is a Chrome extension developed by ksowocki, and its main feature is "Hides the LinkedIn newsfeed".

Download Feedless LinkedIn Extension CRX File

Download Feedless LinkedIn 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

                        A chrome extension that removes the newsfeed from LinkedIn.

If you're like me, you're trying to become more intentional about what you do on the web.  Feedless LinkedIn is a chrome extension that removes the tempation to mindlessly scroll the LinkedIn newsfeed.                    

Extension Basic Information

Name Feedless LinkedIn Feedless LinkedIn
ID kllcnmdcichbmjifobeckdkinimnakgp
Official URL https://chrome.google.com/webstore/detail/feedless-linkedin/kllcnmdcichbmjifobeckdkinimnakgp
Description Hides the LinkedIn newsfeed
File Size 3.11 KB
Installation Count 24
Current Version 1.0
Last Updated 2014-05-26
Publish Date 2014-05-26
Rating 5.00/5 Total 1 Ratings
Developer ksowocki
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedless LinkedIn",
    "version": "1.0",
    "description": "Hides the LinkedIn newsfeed",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}