Stop Facebook Spam

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

什么是Stop Facebook Spam?

Stop Facebook Spam是由Matteo Ena开发的Chrome扩展程序,该扩展的主要功能是“Hides 'suggested for you' pages, reels, and short videos on Facebook.”。

扩展截图

screenshot
screenshot

下载Stop Facebook Spam扩展crx文件

下载Stop Facebook Spam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Stop Facebook Spam Stop Facebook Spam
ID jdpjlahhboandhkghfngjdpalbfiahkc
官方URL https://chromewebstore.google.com/detail/stop-facebook-spam/jdpjlahhboandhkghfngjdpalbfiahkc
简介 Hides 'suggested for you' pages, reels, and short videos on Facebook.
文件大小 4.82 KB
安装次数 114
当前版本 1.1
更新时间 2024-01-22
上架时间 2023-05-02
评分 5.00/5 共4次评分
开发者 Matteo Ena
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}