Feedless LinkedIn
Hides the LinkedIn newsfeed
Co to jest Feedless LinkedIn?
Feedless LinkedIn to rozszerzenie Chrome opracowane przez ksowocki, a jego główną funkcją jest „Hides the LinkedIn newsfeed”.
Pobierz plik CRX rozszerzenia Feedless LinkedIn
Pobierz pliki rozszerzeń Feedless LinkedIn 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
A chrome extension that removes the newsfeed from LinkedIn. If you're like me, you're trying to become more intentional about what you do on the web. Feedless LinkedIn is a chrome extension that removes the tempation to mindlessly scroll the LinkedIn newsfeed.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | kllcnmdcichbmjifobeckdkinimnakgp |
Oficjalny URL | https://chrome.google.com/webstore/detail/feedless-linkedin/kllcnmdcichbmjifobeckdkinimnakgp |
Opis | Hides the LinkedIn newsfeed |
Rozmiar pliku | 3.11 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-05-26 |
Data Publikacji | 2014-05-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ksowocki |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedless LinkedIn", "version": "1.0", "description": "Hides the LinkedIn newsfeed", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |