Simple Feed Filter

Simple Feed Filter helps you to customize your Facebook experience by filtering out posts or ads.

Simple Feed Filterคืออะไร?

Simple Feed Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://saasmarketingtools.com และคุณลักษณะหลักของมันคือ "Simple Feed Filter helps you to customize your Facebook experience by filtering out posts or ads."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Feed Filter

ดาวน์โหลดไฟล์ส่วนขยาย Simple Feed Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Filter your Facebook Feed customizes your Facebook experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.

Customize your experience on Facebook by filtering out posts or ads or both based on your preference.

Facebook Feed Filter is an easy to use CHROME extension which helps you to keep your Facebook feed clean. With the help of this extension now you can filter what you want to see on your Facebook news feed. You can use any set of keywords and decide if you just want to see posts or ads or if you don't want to see post or ads based on the given keywords.

You choose what you want to see and how you want to see them. You can use this extension to check our relevant post based on any given keywords from anywhere on Facebook (your news feed, groups, pages, other profiles).

User should install it if they just want to filter between post or sponsored ads. It will help an user to save their time while scrolling through Facebook to be able to choose if they want to see or don’t want to see post or sponsored ads .                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Feed Filter Simple Feed Filter
ID hgheogfjlkhoedeoelgmoalpjahcgaok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simple-feed-filter/hgheogfjlkhoedeoelgmoalpjahcgaok
คำอธิบาย Simple Feed Filter helps you to customize your Facebook experience by filtering out posts or ads.
ขนาดไฟล์ 4.27 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 2.03.41
อัปเดตครั้งล่าสุด 2023-01-21
วันที่เผยแพร่ 2021-03-26
ผู้พัฒนา http://saasmarketingtools.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://saasmarketingtools.net/facebookfeedfilter
URL หน้านโยบายความเป็นส่วนตัว https://saasmarketingtools.com/privacy-policy-3895
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Feed Filter",
    "version": "2.03.41",
    "description": "Simple Feed Filter helps you to customize your Facebook experience by filtering out posts or ads.",
    "short_name": "SFF",
    "icons": {
        "16": "images\/5f2fde33f01f5b4338ccf2cf-Simple_Feed_Filter-1649184012053-small_icon.png",
        "48": "images\/5f2fde33f01f5b4338ccf2cf-Simple_Feed_Filter-1649184012141-medium_icon.png",
        "128": "images\/5f2fde33f01f5b4338ccf2cf-Simple_Feed_Filter-1649184012237-large_icon.png"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_title": "Simple Feed Filter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "wrapper.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}