LI Feed Hider

Hide your LinkedIn feed. No frills.

What is LI Feed Hider?

LI Feed Hider is a Chrome extension developed by https://tech-in-check.blogspot.com, and its main feature is "Hide your LinkedIn feed. No frills.".

Extension Screenshots

screenshot

Download LI Feed Hider Extension CRX File

Download LI Feed Hider 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

                        Hide your LinkedIn feed. No frills.                    

Extension Basic Information

Name LI Feed Hider LI Feed Hider
ID jbbaobenbeallckhcjodbeedefgdhhmc
Official URL https://chromewebstore.google.com/detail/li-feed-hider/jbbaobenbeallckhcjodbeedefgdhhmc
Description Hide your LinkedIn feed. No frills.
File Size 7.57 KB
Installation Count 68
Current Version 1.0.1
Last Updated 2018-02-24
Publish Date 2018-02-24
Rating 4.57/5 Total 7 Ratings
Developer https://tech-in-check.blogspot.com
Payment Type free
Extension Website http://tech-in-check.blogspot.com/2018/02/chrome-extension-to-hide-linkedin-feed.html
Help Page URL http://tech-in-check.blogspot.com/2018/02/chrome-extension-to-hide-linkedin-feed.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LI Feed Hider",
    "description": "Hide your LinkedIn feed. No frills.",
    "version": "1.0.1",
    "short_name": "Hide your LinkedIn feed. No frills.",
    "icons": {
        "16": "lifh16.png",
        "48": "lifh48.png",
        "128": "lifh128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/feed\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "li-feed-hider.js"
            ],
            "run_at": "document_idle"
        }
    ]
}