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 파일 다운로드

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

확장 프로그램 사용 설명서

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