A local unpacked Chrome extension that adds a small per group per night label next to Airbnb's visible total prices.
- Reads the total price Airbnb already shows on the page.
- Reads the visible night count, such as
4 nights. - Divides the total by nights and by your configured number of groups.
- Adds a small label next to the Airbnb price, such as
$326 / group / night. - Lets you turn the extension on or off from the popup.
-
Open Chrome and go to
chrome://extensions. -
Turn on Developer mode.
-
Choose Load unpacked.
-
Select this folder:
/Users/barron/Documents/Codex/2026-05-03/can-we-make-a-simple-chrome
- Open Airbnb with dates selected so Airbnb shows a total price and night count.
- Use the extension popup to turn labels on or off.
- Set Number of groups to the split you want.
- The label says
groupso it works for couples, individuals, families, or any other split. - If Airbnb does not show both a total price and a night count nearby, the extension skips that listing instead of guessing.
- If Airbnb changes its markup, reload the extension from
chrome://extensionsand refresh Airbnb.
The extension does all math in the browser. It does not use a backend, Airbnb API, or external network calls.