Kill All News Feeds
Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.
Co to jest Kill All News Feeds?
Kill All News Feeds to rozszerzenie Chrome opracowane przez evan.casey92, a jego główną funkcją jest „Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.”.
Pobierz plik CRX rozszerzenia Kill All News Feeds
Pobierz pliki rozszerzeń Kill All News Feeds 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
Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | efcpihmloomplhflpabplgdpddgoagpi |
Oficjalny URL | https://chrome.google.com/webstore/detail/kill-all-news-feeds/efcpihmloomplhflpabplgdpddgoagpi |
Opis | Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed. |
Rozmiar pliku | 1.15 MB |
Liczba instalacji | 167 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2014-09-13 |
Data Publikacji | 2014-09-13 |
Ocena | 3.80/5 Łącznie 5 Oceny |
Deweloper | evan.casey92 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kill All News Feeds", "version": "1.0.0", "description": "Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*" ], "js": [ "jquery.min.js", "kill.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon-red.png", "48": "images\/icon-red.png", "128": "images\/icon-red.png" }, "manifest_version": 2 } |