Post Prospector

Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword

什么是Post Prospector?

Post Prospector是由https://postprospector.com开发的Chrome扩展程序,该扩展的主要功能是“Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword”。

扩展截图

screenshot

下载Post Prospector扩展crx文件

下载Post Prospector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enable Organic Facebook Traffic To Become HIGHLY TARGETED!


Choose to show only ads, no ads, or relevant posts through keyword targeting!
Filter your news feed so you only see Facebook Ads that are in your news feed or remove all Facebook Ads from your news feed 
with our filter.

Type in any keyword and our software instantly filters down your news feed in seconds and only shows you posts that contain your keyword!                    

扩展基本信息

名称 Post Prospector Post Prospector
ID dicnbhonopdmabmlbbpocoineokhgien
官方URL https://chromewebstore.google.com/detail/post-prospector/dicnbhonopdmabmlbbpocoineokhgien
简介 Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword
文件大小 4.3 MB
安装次数 68
当前版本 2.0.7
更新时间 2023-02-21
上架时间 2021-01-23
开发者 https://postprospector.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://postprospector.com
帮助页面URL https://tyb.life/messagesoftware
隐私政策页面URL https://legal.tayloryourbestlife.com/Privacy_Policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Post Prospector",
    "version": "2.0.7",
    "description": "Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword",
    "short_name": "PP",
    "icons": {
        "16": "images\/5efa48c0005c1732f17db779-Post_Prospector-1653468779503-small_icon.png",
        "48": "images\/5efa48c0005c1732f17db779-Post_Prospector-1653468779564-medium_icon.png",
        "128": "images\/5efa48c0005c1732f17db779-Post_Prospector-1653468779624-large_icon.png"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_title": "Post Prospector"
    },
    "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\/*"
    ]
}