Airbnb Real Prices
Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Apa itu Airbnb Real Prices?
Airbnb Real Prices adalah ekstensi Chrome yang dikembangkan oleh benf86, dan fitur utamanya adalah "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Airbnb Real Prices
Unduh file ekstensi Airbnb Real Prices dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Airbnb Real Prices |
ID | fbdldkmjiheapflcjmodkkehachcinld |
URL Resmi | https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld |
Deskripsi | Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers. |
Ukuran File | 70.36 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2018-01-04 |
Tanggal Publikasi | 2018-01-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | benf86 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/benf86/AirbnbRealPrice |
Bahasa yang Didukung | 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" ] } ] } |