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
官方網址 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\/*"
    ]
}