Airbnb Real Prices

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

Что такое Airbnb Real Prices?

Airbnb Real Prices - это расширение Chrome, разработанное benf86, и его основная функция - "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Airbnb Real Prices

Скачайте файлы расширений Airbnb Real Prices в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Официальный URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Описание Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Размер файла 70.36 KB
Количество установок 119
Текущая Версия 1.1.1
Последнее Обновление 2018-01-04
Дата публикации 2018-01-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик benf86
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/benf86/AirbnbRealPrice
Поддерживаемые языки 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"
            ]
        }
    ]
}