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文件

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