LinkedIn Feed Blocker
Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Was ist LinkedIn Feed Blocker?
LinkedIn Feed Blocker ist eine Chrome-Erweiterung, die von Luc Boruta entwickelt wurde, und ihr Hauptmerkmal ist "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".
Erweiterungsscreenshots
LinkedIn Feed Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie LinkedIn Feed Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bacadbohjalkmmopkbfjhpafninfhano |
Offizielle URL | https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano |
Beschreibung | Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. |
Dateigröße | 64.08 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2019-10-17 |
Veröffentlichungsdatum | 2019-10-17 |
Bewertung | 4.68/5 Insgesamt 40 Bewertungen |
Entwickler | Luc Boruta |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lucboruta/linkedin-feed-blocker |
Unterstützte Sprachen | 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" } |