Last updated: 2026-05-20.
Airbnb Better Maps does not collect, transmit, or sell any personal data. The extension runs entirely in your browser. There is no analytics, no telemetry, no remote backend operated by us, and no user account.
The extension uses Chrome’s local extension storage (chrome.storage.local)
to remember:
This data lives on your device only. Uninstalling the extension removes it.
To draw the overlays, the extension makes requests to the following public APIs. No user-identifying data is sent in these requests — only the geographic bounding box of the visible map area, or the Hoodmaps dataset slug resolved from that visible area.
| Endpoint | Purpose |
|---|---|
https://overpass-api.de/api/interpreter |
OpenStreetMap transit-line geometry for the visible area. |
https://hoodmaps.com/?action=get_data&slug=<city> |
Hoodmaps neighborhood labels and pixels for the resolved map area. |
https://hoodmaps.com/assets/districts_categorized/… |
Hoodmaps neighborhood category polygons. |
https://fonts.googleapis.com/css2?family=Nunito… |
Loads the Nunito web font used for tag labels. |
These endpoints are operated by third parties under their own privacy policies:
bridge.js (declared in the manifest)./s/<city>/(homes|all) URLs.hoodmaps.com — required to fetch the
neighborhood data described above.For questions or concerns, open an issue at the project’s source repository.