Chrome extension for filtering Facebook Marketplace listings. Finds new sellers without reviews or badges, with shipping available.
- Opens all product listings from current Marketplace page
- Closes tabs that don't match criteria
- Keeps only listings from new sellers (no reviews, no badges)
- Filters out "pickup only" listings
- Deduplicates by seller (keeps one listing per seller)
- Caches scanned URLs to avoid duplicates on subsequent scans
- Download latest
g-sorter-vX.X.X.zipfrom Releases - Unzip
- Open
chrome://extensions/ - Enable Developer mode
- Load unpacked → select
chrome-mv3folder
- Clone repo
bun installbun run build- Open
chrome://extensions/ - Enable Developer mode
- Load unpacked → select
.output/chrome-mv3
- Go to Facebook Marketplace
- Click extension icon
- Click "Start Scan"
- Scroll down, load more listings, scan again — duplicates are skipped
Edit lib/constants.ts to modify:
EXCLUDE_WORDS— phrases that indicate no shippingPAGE_LOAD_DELAY— wait time before parsing product page
Edit lib/selectors.ts to update:
- CSS selectors for Facebook elements
IGNORED_BADGE_ICONS— badge icons to ignore (e.g., "On Facebook since")
Created by @bronchitis