Airbnb Real Prices
Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
¿Qué es Airbnb Real Prices?
Airbnb Real Prices es una extensión de Chrome desarrollada por benf86, y su función principal es "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Airbnb Real Prices
Descarga archivos de extensión Airbnb Real Prices en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Airbnb Real Prices |
ID | fbdldkmjiheapflcjmodkkehachcinld |
URL Oficial | https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld |
Descripción | Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers. |
Tamaño del Archivo | 70.36 KB |
Cantidad de Instalaciones | 119 |
Versión Actual | 1.1.1 |
Última Actualización | 2018-01-04 |
Fecha de Publicación | 2018-01-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | benf86 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/benf86/AirbnbRealPrice |
Idiomas Soportados | 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" ] } ] } |