Airbnb Real Prices

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

O que é Airbnb Real Prices?

Airbnb Real Prices é uma extensão do Chrome desenvolvida por benf86, e sua principal característica é "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Airbnb Real Prices

Baixe arquivos de extensão Airbnb Real Prices no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
URL Oficial https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Descrição Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Tamanho do Arquivo 70.36 KB
Contagem de Instalações 119
Versão Atual 1.1.1
Última Atualização 2018-01-04
Data de Publicação 2018-01-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor benf86
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/benf86/AirbnbRealPrice
Idiomas Suportados 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"
            ]
        }
    ]
}