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
Eメール [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\/*"
    ]
}