Stop Facebook Spam

Hides 'suggested for you' pages, reels, and short videos on Facebook.

Cos'è Stop Facebook Spam?

Stop Facebook Spam è un'estensione di Chrome sviluppata da Matteo Ena, e la sua funzione principale è "Hides 'suggested for you' pages, reels, and short videos on Facebook.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stop Facebook Spam

Scarica i file di estensione Stop Facebook Spam 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

                        As a Facebook user I get annoyed by the amount of pointless content I have to see on my feed when I'm using the web app, content I didn't choose that it's suggested to you by the algorithm. I developed this extension that allows users to hide this content, specifically 'suggested for you' pages, reels, and short videos. So people can actually focus on content shared by people or pages they actually choose to follow.

Do you like this project? Buy me a coffee: https://www.buymeacoffee.com/teoena                    

Informazioni di Base sull'Estensione

Nome Stop Facebook Spam Stop Facebook Spam
ID jdpjlahhboandhkghfngjdpalbfiahkc
URL Ufficiale https://chromewebstore.google.com/detail/stop-facebook-spam/jdpjlahhboandhkghfngjdpalbfiahkc
Descrizione Hides 'suggested for you' pages, reels, and short videos on Facebook.
Dimensione del File 4.82 KB
Conteggio Installazioni 114
Versione Corrente 1.1
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2023-05-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Matteo Ena
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop Facebook Spam",
    "version": "1.1",
    "description": "Hides 'suggested for you' pages, reels, and short videos on Facebook.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}