Airbnb Real Prices

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

Qu'est-ce que Airbnb Real Prices ?

Airbnb Real Prices est une extension Chrome développée par benf86, et sa fonction principale est "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Airbnb Real Prices

Téléchargez les fichiers d'extension Airbnb Real Prices au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
URL Officiel https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Description Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Taille du Fichier 70.36 KB
Nombre d'Installations 119
Version Actuelle 1.1.1
Dernière Mise à Jour 2018-01-04
Date de Publication 2018-01-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur benf86
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/benf86/AirbnbRealPrice
Langues Prises en Charge 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"
            ]
        }
    ]
}