friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
Wat is friends feed for Facebook?
friends feed for Facebook is een Chrome-extensie ontwikkeld door http://foxvalleyapps.com, en de belangrijkste functie is "Enjoy Facebook News Feed with stories only by your friends and pages you follow.".
Extensie Screenshots
Download het CRX-bestand van de extensie friends feed for Facebook
Download friends feed for Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nlenanfmnogchfccgdadohbacedphodd |
Officiële URL | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
Beschrijving | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
Bestandsgrootte | 49.71 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 1.7.6 |
Laatst Bijgewerkt | 2019-09-09 |
Publicatiedatum | 2019-09-09 |
Beoordeling | 4.45/5 Totaal 170 Beoordelingen |
Ontwikkelaar | http://foxvalleyapps.com |
Betalingswijze | free |
Extensiewebsite | http://foxvalleyapps.com/friendsfeed |
Ondersteunde Talen | 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" } |