Stop Facebook Spam

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

Was ist Stop Facebook Spam?

Stop Facebook Spam ist eine Chrome-Erweiterung, die von Matteo Ena entwickelt wurde, und ihr Hauptmerkmal ist "Hides 'suggested for you' pages, reels, and short videos on Facebook.".

Erweiterungsscreenshots

screenshot
screenshot

Stop Facebook Spam-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stop Facebook Spam-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Stop Facebook Spam Stop Facebook Spam
ID jdpjlahhboandhkghfngjdpalbfiahkc
Offizielle URL https://chromewebstore.google.com/detail/stop-facebook-spam/jdpjlahhboandhkghfngjdpalbfiahkc
Beschreibung Hides 'suggested for you' pages, reels, and short videos on Facebook.
Dateigröße 4.82 KB
Installationsanzahl 114
Aktuelle Version 1.1
Letztes Update 2024-01-22
Veröffentlichungsdatum 2023-05-02
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Matteo Ena
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}