Airbnb Real Prices

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

Cos'è Airbnb Real Prices?

Airbnb Real Prices è un'estensione di Chrome sviluppata da benf86, e la sua funzione principale è "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Airbnb Real Prices

Scarica i file di estensione Airbnb Real Prices in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
URL Ufficiale https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Descrizione Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Dimensione del File 70.36 KB
Conteggio Installazioni 119
Versione Corrente 1.1.1
Ultimo Aggiornamento 2018-01-04
Data di Pubblicazione 2018-01-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore benf86
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/benf86/AirbnbRealPrice
Lingue Supportate 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"
            ]
        }
    ]
}