Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 11, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Compare Airbnb",
"name": "Compare Airbnb side-to-side",
"description": "Easily compare Airbnb listings (price, fees, amenities, rules and more) with a side-to-side table. No more switching between tabs.",
"version": "1.0.4",
"manifest_version": 3,
"permissions": [
"storage",
"tabs",
"identity",
"identity.email"
],
"action": {
"default_icon": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"32": "icons\/32.png",
"38": "icons\/38.png"
},
"default_popup": "src\/entries\/popup\/index.html"
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"src\/entries\/contentScript\/primary\/main.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"airbnb.png"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"assets\/src\/entries\/contentScript\/primary\/main-BoP2WV5G.js",
"assets\/browser-polyfill-C5ffpcr0.js",
"assets\/_plugin-vue_export-helper-DyaPYVaH.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"32": "icons\/32.png",
"38": "icons\/38.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"96": "icons\/96.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"options_ui": {
"page": "src\/entries\/options\/index.html",
"open_in_tab": true
}
}