friends feed for Facebook

Enjoy Facebook News Feed with stories only by your friends and pages you follow.

What is friends feed for Facebook?

friends feed for Facebook is a Chrome extension developed by http://foxvalleyapps.com, and its main feature is "Enjoy Facebook News Feed with stories only by your friends and pages you follow.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download friends feed for Facebook Extension CRX File

Download friends feed for Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name friends feed for Facebook friends feed for Facebook
ID nlenanfmnogchfccgdadohbacedphodd
Official URL https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd
Description Enjoy Facebook News Feed with stories only by your friends and pages you follow.
File Size 49.71 KB
Installation Count 5,000
Current Version 1.7.6
Last Updated 2019-09-09
Publish Date 2019-09-09
Rating 4.45/5 Total 170 Ratings
Developer http://foxvalleyapps.com
Payment Type free
Extension Website http://foxvalleyapps.com/friendsfeed
Supported Languages 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"
}