WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Compare Airbnb side-to-side

Compare Airbnb side-to-side

View on Chrome Web Store
View Compare Airbnb side-to-side Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
5 new ratings
16 views
This extension has been viewed 16 times
0 downloads
This extension has been downloaded 0 times

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.

Easily compare Airbnb listings (price, fees, amenities, rules and more) with a side-to-side table. No more switching between tabs.
Type
Extension
Users
1,000 users
1K
Chromy Extensions
View author page of Chromy Extensions
Published
Published on December 12, 2023
Version 1.0.4
Manifest version
3
Updated
Updated on January 18, 2025
lifestyle/travel
Extension Category
View on Chrome Web Store
View Compare Airbnb side-to-side Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top