Post Filter Pro

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

Post Filter Proคืออะไร?

Post Filter Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://postfilter.io และคุณลักษณะหลักของมันคือ "Customize your Facebook experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords."

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

screenshot

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

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

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

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

Post 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 dont 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 .                    

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

ชื่อ Post Filter Pro Post Filter Pro
ID phjlhohkilpanhamgpdijbpojmgnpgff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-filter-pro/phjlhohkilpanhamgpdijbpojmgnpgff
คำอธิบาย Customize your Facebook experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.
ขนาดไฟล์ 4.27 MB
จำนวนการติดตั้ง 1,716
เวอร์ชันปัจจุบัน 2.1.42
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2020-06-25
คะแนน 4.74/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://postfilter.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buy.postfilter.io/about-post-filter
URL หน้าช่วยเหลือ https://www.tier5.us/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Post Filter Pro",
    "version": "2.1.42",
    "description": "Customize your Facebook experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords.",
    "short_name": "PFP",
    "icons": {
        "16": "images\/1623666624400-smallLogo.png",
        "48": "images\/1623666624448-mediumLogo.png",
        "128": "images\/1623666624494-largeLogo.png"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_title": "Post Filter Pro"
    },
    "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\/*"
    ]
}