Post Prospector
Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword
What is Post Prospector?
Post Prospector is a Chrome extension developed by https://postprospector.com, and its main feature is "Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword".
Extension Screenshots
Download Post Prospector Extension CRX File
Download Post Prospector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Post Prospector |
ID | dicnbhonopdmabmlbbpocoineokhgien |
Official URL | https://chromewebstore.google.com/detail/post-prospector/dicnbhonopdmabmlbbpocoineokhgien |
Description | Be done with useless ads or posts, from your news-feed, groups, pages or profile based on keyword |
File Size | 4.3 MB |
Installation Count | 68 |
Current Version | 2.0.7 |
Last Updated | 2023-02-21 |
Publish Date | 2021-01-23 |
Developer | https://postprospector.com |
[email protected] | |
Payment Type | free |
Extension Website | https://postprospector.com |
Help Page URL | https://tyb.life/messagesoftware |
Privacy Policy Page URL | https://legal.tayloryourbestlife.com/Privacy_Policy |
Supported Languages | 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\/*" ] } |