Post Prospector

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

Cos'è Post Prospector?

Post Prospector è un'estensione di Chrome sviluppata da https://postprospector.com, e la sua funzione principale è "Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Post Prospector

Scarica i file di estensione Post Prospector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Post Prospector Post Prospector
ID dicnbhonopdmabmlbbpocoineokhgien
URL Ufficiale https://chromewebstore.google.com/detail/post-prospector/dicnbhonopdmabmlbbpocoineokhgien
Descrizione Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword
Dimensione del File 4.3 MB
Conteggio Installazioni 68
Versione Corrente 2.0.7
Ultimo Aggiornamento 2023-02-21
Data di Pubblicazione 2021-01-23
Sviluppatore https://postprospector.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://postprospector.com
URL della Pagina di Aiuto https://tyb.life/messagesoftware
URL della Pagina della Politica sulla Privacy https://legal.tayloryourbestlife.com/Privacy_Policy
Lingue Supportate 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\/*"
    ]
}