Post Prospector

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

Co je Post Prospector?

Post Prospector je rozšíření Chrome vyvinuté https://postprospector.com, a jeho hlavní funkcí je „Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Post Prospector

Stáhněte si soubory rozšíření Post Prospector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Post Prospector Post Prospector
ID dicnbhonopdmabmlbbpocoineokhgien
Oficiální URL https://chromewebstore.google.com/detail/post-prospector/dicnbhonopdmabmlbbpocoineokhgien
Popis Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword
Velikost souboru 4.3 MB
Počet instalací 68
Aktuální Verze 2.0.7
Poslední Aktualizace 2023-02-21
Datum Vydání 2021-01-23
Vývojář https://postprospector.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://postprospector.com
URL Stránky Nápovědy https://tyb.life/messagesoftware
URL Stránky Zásad Ochrany Soukromí https://legal.tayloryourbestlife.com/Privacy_Policy
Podporované Jazyky 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\/*"
    ]
}