Airbnb Real Prices

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

Hvad er Airbnb Real Prices?

Airbnb Real Prices er en Chrome-udvidelse udviklet af benf86, og dens hovedfunktion er "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Udvidelsesskærmbilleder

screenshot

Download Airbnb Real Prices-udvidelses-CRX-fil

Download Airbnb Real Prices-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Officiel URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Beskrivelse Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Filstørrelse 70.36 KB
Antal Installationer 119
Nuværende Version 1.1.1
Senest Opdateret 2018-01-04
Udgivelsesdato 2018-01-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler benf86
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/benf86/AirbnbRealPrice
Understøttede Sprog 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"
            ]
        }
    ]
}