friends feed for Facebook

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

Cos'è friends feed for Facebook?

friends feed for Facebook è un'estensione di Chrome sviluppata da http://foxvalleyapps.com, e la sua funzione principale è "Enjoy Facebook News Feed with stories only by your friends and pages you follow.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione friends feed for Facebook

Scarica i file di estensione friends feed for Facebook 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

                        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!                    

Informazioni di Base sull'Estensione

Nome friends feed for Facebook friends feed for Facebook
ID nlenanfmnogchfccgdadohbacedphodd
URL Ufficiale https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd
Descrizione Enjoy Facebook News Feed with stories only by your friends and pages you follow.
Dimensione del File 49.71 KB
Conteggio Installazioni 5,000
Versione Corrente 1.7.6
Ultimo Aggiornamento 2019-09-09
Data di Pubblicazione 2019-09-09
Valutazione 4.45/5 Totale 170 Valutazioni
Sviluppatore http://foxvalleyapps.com
Tipo di Pagamento free
Sito Web dell'Estensione http://foxvalleyapps.com/friendsfeed
Lingue Supportate 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"
}