Stop Facebook Spam

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

Stop Facebook Spamคืออะไร?

Stop Facebook Spam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matteo Ena และคุณลักษณะหลักของมันคือ "Hides 'suggested for you' pages, reels, and short videos on Facebook."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Facebook Spam

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}