LinkedIn Feed Blocker

Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.

Wat is LinkedIn Feed Blocker?

LinkedIn Feed Blocker is een Chrome-extensie ontwikkeld door Luc Boruta, en de belangrijkste functie is "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedIn Feed Blocker

Download LinkedIn Feed Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. This extension is open source software, see the homepage URL for more information.                    

Basisinformatie over de Extensie

Naam LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
Officiële URL https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
Beschrijving Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Bestandsgrootte 64.08 KB
Aantal Installaties 3,000
Huidige Versie 0.0.2
Laatst Bijgewerkt 2019-10-17
Publicatiedatum 2019-10-17
Beoordeling 4.68/5 Totaal 40 Beoordelingen
Ontwikkelaar Luc Boruta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lucboruta/linkedin-feed-blocker
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "linkedin-feed-blocker.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "description": "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.",
    "icons": {
        "16": "img\/ghost-16.png",
        "128": "img\/ghost-128.png",
        "512": "img\/ghost-512.png"
    },
    "manifest_version": 2,
    "name": "LinkedIn Feed Blocker",
    "version": "0.0.2"
}