Friendly Feed

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

Cos'è Friendly Feed?

Friendly Feed è un'estensione di Chrome sviluppata da David Hartsough, e la sua funzione principale è "No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Friendly Feed

Scarica i file di estensione Friendly Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Friendly Feed Friendly Feed
ID dohehejmmbcfejempphbkcehfhinodem
URL Ufficiale https://chromewebstore.google.com/detail/friendly-feed/dohehejmmbcfejempphbkcehfhinodem
Descrizione No more trending, related, suggested, or sponsored content; no more activity streams; no ads; just updates from friends and pages.
Dimensione del File 12.99 KB
Conteggio Installazioni 53
Versione Corrente 1.1.2
Ultimo Aggiornamento 2019-11-04
Data di Pubblicazione 2019-11-03
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore David Hartsough
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}