Airbnb Real Prices

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

Co to jest Airbnb Real Prices?

Airbnb Real Prices to rozszerzenie Chrome opracowane przez benf86, a jego główną funkcją jest „Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Airbnb Real Prices

Pobierz pliki rozszerzeń Airbnb Real Prices w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Oficjalny URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Opis Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Rozmiar pliku 70.36 KB
Liczba instalacji 119
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2018-01-04
Data Publikacji 2018-01-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper benf86
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/benf86/AirbnbRealPrice
Obsługiwane Języki 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"
            ]
        }
    ]
}