A free Chrome extension that filters Airbnb search results by minimum rating and review count.
Last updated: 2026-06-15
Airbnb Rating Filter is a browser extension that filters and re-organizes Airbnb search-results pages locally inside your browser. This document describes exactly what data the extension handles.
The extension does not collect, transmit, sell, or share any personal information. Everything runs locally in your browser.
When you visit an Airbnb search-results page
(https://www.airbnb.com/s/...), the extension reads the publicly visible
content of that page in order to apply your filter, specifically:
This information is read inside your browser only. It is not sent to the developer, to any analytics service, or to any third party.
Your filter preferences are stored using the standard
chrome.storage.sync
API so they follow you across devices signed into the same Chrome profile.
The stored values are:
No browsing history, no Airbnb account information, no personally identifiable data is stored.
Nothing. The extension makes no network requests of its own. When the “auto-load all matching pages” option is enabled, the extension uses a hidden frame inside your tab to load the next page of your current Airbnb search — the request is sent by your browser directly to Airbnb, exactly as if you had clicked the “Next” button yourself.
storage — to save your filter preferences across sessions.*://*.airbnb.com/* — required so the extension can run
on Airbnb search-result pages.The extension has no other host permissions and does not run on any other website.
The extension uses no third-party libraries, no analytics SDKs, no crash-reporting services, no ad networks, and no payment processors.
Your filter preferences live in Chrome’s storage.sync until you either
(a) click Reset in the extension popup, (b) uninstall the extension,
or (c) clear your Chrome data. The developer has no access to this data.
The extension is not directed at children under 13 and does not knowingly collect any information from them.
If this policy ever changes, the new version will be published at the same URL with an updated “Last updated” date.
Questions or concerns: open an issue at github.com/JonathanGranado/AirbnbFilter or email granadojonathan29@gmail.com.