Post Prospector

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

Was ist Post Prospector?

Post Prospector ist eine Chrome-Erweiterung, die von https://postprospector.com entwickelt wurde, und ihr Hauptmerkmal ist "Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword".

Erweiterungsscreenshots

screenshot

Post Prospector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Post Prospector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Post Prospector Post Prospector
ID dicnbhonopdmabmlbbpocoineokhgien
Offizielle URL https://chromewebstore.google.com/detail/post-prospector/dicnbhonopdmabmlbbpocoineokhgien
Beschreibung Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword
Dateigröße 4.3 MB
Installationsanzahl 68
Aktuelle Version 2.0.7
Letztes Update 2023-02-21
Veröffentlichungsdatum 2021-01-23
Entwickler https://postprospector.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://postprospector.com
Hilfeseite URL https://tyb.life/messagesoftware
URL der Datenschutzrichtlinien-Seite https://legal.tayloryourbestlife.com/Privacy_Policy
Unterstützte Sprachen 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\/*"
    ]
}