Chromium extension that:
- Keeps Facebook limited to
MarketplaceandMessages - Lets you save Marketplace listings
- Shows saved listings in a dropdown panel in the extension popup (title, price, and link)
- Automatically removes saved listings that are no longer available
This extension is loaded as an unpacked extension (Developer Mode).
- Download or clone this repo locally.
- Open your browser extension page:
- Chrome / Brave / Arc:
chrome://extensions - Edge:
edge://extensions
- Chrome / Brave / Arc:
- Enable
Developer mode(top-right). - Click
Load unpacked. - Select the extension folder
- Confirm the extension appears and is enabled.
- (Optional) Pin it from the browser toolbar extensions menu.
- Open your browser extension page again.
- Find
Facebook Marketplace + Messages Only. - Click
Reloadto apply local file changes.
- Open Facebook and browse Marketplace.
- On an item page (
/marketplace/item/...), click:- Floating
Save Listingbutton - or extension popup ->
Save Current Listing
- Floating
- Open extension popup to view the saved listings dropdown panel.
- Double-tap (or double-click) a listing title in the popup to rename it.
- Use
linkto open the listing, orRemoveto delete it from saved entries. - Click
Refresh Availabilityto run an immediate check.
- A background alarm runs every 30 minutes.
- Each saved listing URL is fetched.
- If the listing page indicates unavailability (or returns
404/410), it is removed from saved entries.
- Facebook is a dynamic SPA; route and UI structure can change.
- This extension currently enforces allowlisted routes by redirecting non-allowed pages to Marketplace.