Friendly Feed

No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.

What is Friendly Feed?

Friendly Feed is a Chrome extension developed by David Hartsough, and its main feature is "No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.".

Extension Screenshots

screenshot
screenshot

Download Friendly Feed Extension CRX File

Download Friendly Feed 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

                        Make your Facebook feed friendly. This extension simply hides several annoying elements from Facebook, including trending topics, "related" and "suggested" content or groups, "people you may know," ads, etc. Because this is intended to make your feed only show posts written by your friends and pages you like, this extension will also hide all feed items that include "this" in the title, which will effectively hide a majority of your friends' activity. These posts are typically titled/prefixed with "John Doe liked this" or "Jane Doe commented on this." The idea is to create a Facebook feed of only your friends' posts.                    

Extension Basic Information

Name Friendly Feed Friendly Feed
ID dohehejmmbcfejempphbkcehfhinodem
Official URL https://chromewebstore.google.com/detail/friendly-feed/dohehejmmbcfejempphbkcehfhinodem
Description No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.
File Size 12.99 KB
Installation Count 53
Current Version 1.1.2
Last Updated 2019-11-04
Publish Date 2019-11-03
Rating 4.60/5 Total 5 Ratings
Developer David Hartsough
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Friendly Feed",
    "short_name": "Friendly",
    "description": "No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.",
    "version": "1.1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "friendly-feed.min.css"
            ],
            "js": [
                "friendly-feed.min.js"
            ]
        }
    ],
    "icons": {
        "128": "friendly-feed.png"
    }
}