friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
Co to jest friends feed for Facebook?
friends feed for Facebook to rozszerzenie Chrome opracowane przez http://foxvalleyapps.com, a jego główną funkcją jest „Enjoy Facebook News Feed with stories only by your friends and pages you follow.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia friends feed for Facebook
Pobierz pliki rozszerzeń friends feed for Facebook 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
Facebook's News Feed is full of stories about what your friends liked so you can easily miss actual posts from your friends. This extension will hide all stories of what your friends liked or commented on. The extension will also hide Suggested stories and People you may know stories. There is an option to fade these unwanted stories, so you can still see them, but they are not disturbing so much. Now with the updated and more accurate algorithm. Enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nlenanfmnogchfccgdadohbacedphodd |
Oficjalny URL | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
Opis | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
Rozmiar pliku | 49.71 KB |
Liczba instalacji | 5,000 |
Aktualna Wersja | 1.7.6 |
Ostatnia Aktualizacja | 2019-09-09 |
Data Publikacji | 2019-09-09 |
Ocena | 4.45/5 Łącznie 170 Oceny |
Deweloper | http://foxvalleyapps.com |
Typ Płatności | free |
Strona Rozszerzenia | http://foxvalleyapps.com/friendsfeed |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "friends feed for Facebook", "short_name": "friends feed", "description": "Enjoy Facebook News Feed with stories only by your friends and pages you follow.", "version": "1.7.6", "icons": { "48": "[email protected]", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "style.css" ], "js": [ "underscore.js", "script.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/www.facebook.com\/" ], "options_page": "preferences.html" } |