Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }