friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
Was ist friends feed for Facebook?
friends feed for Facebook ist eine Chrome-Erweiterung, die von http://foxvalleyapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy Facebook News Feed with stories only by your friends and pages you follow.".
Erweiterungsscreenshots
friends feed for Facebook-Erweiterungs-CRX-Datei herunterladen
Laden Sie friends feed for Facebook-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
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nlenanfmnogchfccgdadohbacedphodd |
Offizielle URL | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
Beschreibung | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
Dateigröße | 49.71 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 1.7.6 |
Letztes Update | 2019-09-09 |
Veröffentlichungsdatum | 2019-09-09 |
Bewertung | 4.45/5 Insgesamt 170 Bewertungen |
Entwickler | http://foxvalleyapps.com |
Zahlungsart | free |
Erweiterungswebsite | http://foxvalleyapps.com/friendsfeed |
Unterstützte Sprachen | 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" } |