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은(는) https://postfilter.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your Facebook experience by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords."입니다.

확장 프로그램 스크린샷

screenshot

Post Filter Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}