Stop Facebook Spam

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

Qu'est-ce que Stop Facebook Spam ?

Stop Facebook Spam est une extension Chrome développée par Matteo Ena, et sa fonction principale est "Hides 'suggested for you' pages, reels, and short videos on Facebook.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stop Facebook Spam

Téléchargez les fichiers d'extension Stop Facebook Spam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Stop Facebook Spam Stop Facebook Spam
ID jdpjlahhboandhkghfngjdpalbfiahkc
URL Officiel https://chromewebstore.google.com/detail/stop-facebook-spam/jdpjlahhboandhkghfngjdpalbfiahkc
Description Hides 'suggested for you' pages, reels, and short videos on Facebook.
Taille du Fichier 4.82 KB
Nombre d'Installations 114
Version Actuelle 1.1
Dernière Mise à Jour 2024-01-22
Date de Publication 2023-05-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur Matteo Ena
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}