Remove Pulse from LinkedIn home feed

Remove pulse from LinkedIn home feed

What is Remove Pulse from LinkedIn home feed?

Remove Pulse from LinkedIn home feed is a Chrome extension developed by development.gol, and its main feature is "Remove pulse from LinkedIn home feed".

Extension Screenshots

screenshot

Download Remove Pulse from LinkedIn home feed Extension CRX File

Download Remove Pulse from LinkedIn home feed 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

                        Simply removes the Pulse news item from the LinkedIn home feed.

No user information is collected or processed.

BTC tip-jar: 1FcvjpePkLahyzq8wGJs1NEJM6JXNcjPeJ

***Changelog***
-v0.2.0-
Added options to remove recommended jobs, advertisements and new connections from home feed.                    

Extension Basic Information

Name Remove Pulse from LinkedIn home feed Remove Pulse from LinkedIn home feed
ID eahccdmjepadkeiampmhagnlmfmognbm
Official URL https://chrome.google.com/webstore/detail/remove-pulse-from-linkedi/eahccdmjepadkeiampmhagnlmfmognbm
Description Remove pulse from LinkedIn home feed
File Size 449 KB
Installation Count 31
Current Version 0.2.0
Last Updated 2014-08-28
Publish Date 2014-08-28
Rating 5.00/5 Total 2 Ratings
Developer development.gol
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Pulse from LinkedIn home feed",
    "short_name": "Remove Pulse",
    "version": "0.2.0",
    "description": "Remove pulse from LinkedIn home feed",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "rm.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}