Stop Facebook Spam

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

What is Stop Facebook Spam?

Stop Facebook Spam is a Chrome extension developed by Matteo Ena, and its main feature is "Hides 'suggested for you' pages, reels, and short videos on Facebook.".

Extension Screenshots

screenshot
screenshot

Download Stop Facebook Spam Extension CRX File

Download Stop Facebook Spam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Stop Facebook Spam Stop Facebook Spam
ID jdpjlahhboandhkghfngjdpalbfiahkc
Official URL https://chromewebstore.google.com/detail/stop-facebook-spam/jdpjlahhboandhkghfngjdpalbfiahkc
Description Hides 'suggested for you' pages, reels, and short videos on Facebook.
File Size 4.82 KB
Installation Count 114
Current Version 1.1
Last Updated 2024-01-22
Publish Date 2023-05-02
Rating 5.00/5 Total 4 Ratings
Developer Matteo Ena
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}