friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
Τι είναι το friends feed for Facebook;
Το friends feed for Facebook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://foxvalleyapps.com, και η κύρια λειτουργία του είναι "Enjoy Facebook News Feed with stories only by your friends and pages you follow.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης friends feed for Facebook
Λήψη αρχείων επέκτασης friends feed for Facebook σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nlenanfmnogchfccgdadohbacedphodd |
Επίσημο URL | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
Περιγραφή | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
Μέγεθος Αρχείου | 49.71 KB |
Αριθμός Εγκαταστάσεων | 5,000 |
Τρέχουσα Έκδοση | 1.7.6 |
Τελευταία Ενημέρωση | 2019-09-09 |
Ημερομηνία Δημοσίευσης | 2019-09-09 |
Αξιολόγηση | 4.45/5 Συνολικά 170 Αξιολογήσεις |
Προγραμματιστής | http://foxvalleyapps.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://foxvalleyapps.com/friendsfeed |
Υποστηριζόμενες Γλώσσες | 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" } |