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.”。
擴展截圖
下載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 |
ID | jdpjlahhboandhkghfngjdpalbfiahkc |
官方網址 | 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" } ] } |