WebExtension.net
WebExtension.net

Airbnb No Split Stays

View on Chrome Web Store
View Airbnb No Split Stays Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This Chrome browser extension hides splitview listings on Airbnb.
Type
Extension
Users
57 users
3
decemberthedeveloper
View author page of decemberthedeveloper
Published
Published on July 25, 2023
Version 0.0.2
Manifest version
3
Updated
Updated on October 2, 2023
View on Chrome Web Store
View Airbnb No Split Stays Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Airbnb No Split Stays",
    "version": "0.0.2",
    "description": "This Chrome browser extension hides splitview listings on Airbnb.",
    "permissions": [
        "scripting"
    ],
    "icons": {
        "16": "images\/marker-emoji-16.png",
        "32": "images\/marker-emoji-32.png",
        "48": "images\/marker-emoji-48.png",
        "128": "images\/marker-emoji-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css"
            ],
            "extension_ids": [
                "bfkaghjefgjbjjfoodohchakdbmgobef"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.airbnb.com\/s\/*",
                "*:\/\/*.airbnb.es\/s\/*",
                "*:\/\/*.airbnb.mx\/s\/*",
                "*:\/\/*.airbnb.co.uk\/s\/*",
                "*:\/\/*.airbnb.ca\/s\/*",
                "*:\/\/*.airbnb.de\/s\/*",
                "*:\/\/*.airbnb.fr\/s\/*",
                "*:\/\/*.airbnb.it\/s\/*",
                "*:\/\/*.airbnb.com.br\/s\/*"
            ],
            "css": [
                "css\/global.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.airbnb.com\/s\/*",
        "*:\/\/*.airbnb.es\/s\/*",
        "*:\/\/*.airbnb.mx\/s\/*",
        "*:\/\/*.airbnb.co.uk\/s\/*",
        "*:\/\/*.airbnb.ca\/s\/*",
        "*:\/\/*.airbnb.de\/s\/*",
        "*:\/\/*.airbnb.fr\/s\/*",
        "*:\/\/*.airbnb.it\/s\/*",
        "*:\/\/*.airbnb.com.br\/s\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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