Linkedin Feed Filter

This extension filters linkedin feed.

What is Linkedin Feed Filter?

Linkedin Feed Filter is a Chrome extension developed by developerJustforFun, and its main feature is "This extension filters linkedin feed.".

Download Linkedin Feed Filter Extension CRX File

Download Linkedin Feed Filter 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

                        Go to Linkedin, click on the extension button, now enjoy important information.                    

Extension Basic Information

Name Linkedin Feed Filter Linkedin Feed Filter
ID njojdkpdfggbkkfaajlcmbniicijcndj
Official URL https://chrome.google.com/webstore/detail/linkedin-feed-filter/njojdkpdfggbkkfaajlcmbniicijcndj
Description This extension filters linkedin feed.
File Size 49.21 KB
Installation Count 11
Current Version 1.0.9.8
Last Updated 2017-10-12
Publish Date 2017-10-12
Rating 1.00/5 Total 1 Ratings
Developer developerJustforFun
Payment Type free
Supported Languages en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "version": "1.0.9.8",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "javascripts\/jquery-1.11.0.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}