Friendly Feed

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

Co to jest Friendly Feed?

Friendly Feed to rozszerzenie Chrome opracowane przez David Hartsough, a jego główną funkcją jest „No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Friendly Feed

Pobierz pliki rozszerzeń Friendly Feed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Friendly Feed Friendly Feed
ID dohehejmmbcfejempphbkcehfhinodem
Oficjalny URL https://chromewebstore.google.com/detail/friendly-feed/dohehejmmbcfejempphbkcehfhinodem
Opis No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.
Rozmiar pliku 12.99 KB
Liczba instalacji 53
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2019-11-04
Data Publikacji 2019-11-03
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper David Hartsough
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}