LinkedIn Feed Blocker
Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Co to jest LinkedIn Feed Blocker?
LinkedIn Feed Blocker to rozszerzenie Chrome opracowane przez Luc Boruta, a jego główną funkcją jest „Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LinkedIn Feed Blocker
Pobierz pliki rozszerzeń LinkedIn Feed Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bacadbohjalkmmopkbfjhpafninfhano |
Oficjalny URL | https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano |
Opis | Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. |
Rozmiar pliku | 64.08 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2019-10-17 |
Data Publikacji | 2019-10-17 |
Ocena | 4.68/5 Łącznie 40 Oceny |
Deweloper | Luc Boruta |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lucboruta/linkedin-feed-blocker |
Obsługiwane Języki | 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" } |