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
Eメール [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"
        }
    ]
}