Airbnb Real Prices

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

Co je Airbnb Real Prices?

Airbnb Real Prices je rozšíření Chrome vyvinuté benf86, a jeho hlavní funkcí je „Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Airbnb Real Prices

Stáhněte si soubory rozšíření Airbnb Real Prices ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Oficiální URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Popis Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Velikost souboru 70.36 KB
Počet instalací 119
Aktuální Verze 1.1.1
Poslední Aktualizace 2018-01-04
Datum Vydání 2018-01-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář benf86
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/benf86/AirbnbRealPrice
Podporované Jazyky 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"
            ]
        }
    ]
}