Airbnb Real Prices
Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Wat is Airbnb Real Prices?
Airbnb Real Prices is een Chrome-extensie ontwikkeld door benf86, en de belangrijkste functie is "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Airbnb Real Prices
Download Airbnb Real Prices-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Airbnb Real Prices |
ID | fbdldkmjiheapflcjmodkkehachcinld |
Officiële URL | https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld |
Beschrijving | Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers. |
Bestandsgrootte | 70.36 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2018-01-04 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | benf86 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/benf86/AirbnbRealPrice |
Ondersteunde Talen | 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" ] } ] } |