Airbnb Real Prices

Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.

Was ist Airbnb Real Prices?

Airbnb Real Prices ist eine Chrome-Erweiterung, die von benf86 entwickelt wurde, und ihr Hauptmerkmal ist "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Erweiterungsscreenshots

screenshot

Airbnb Real Prices-Erweiterungs-CRX-Datei herunterladen

Laden Sie Airbnb Real Prices-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.

You can trigger the display of 1 real price per second because we don't want to risk getting banned by AirBnB's API.                    

Grundlegende Informationen zur Erweiterung

Name Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Offizielle URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Beschreibung Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Dateigröße 70.36 KB
Installationsanzahl 119
Aktuelle Version 1.1.1
Letztes Update 2018-01-04
Veröffentlichungsdatum 2018-01-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler benf86
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/benf86/AirbnbRealPrice
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airbnb Real Prices",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Hover over the 'per day\/month\/year' text on the property listing to get the total price with all modifiers.",
    "homepage_url": "https:\/\/www.ferreira.si",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.airbnb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.airbnb.com\/*"
            ],
            "js": [
                "src\/inject\/jquery-3.2.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}