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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Airbnb Real Prices
قم بتنزيل ملفات الامتداد Airbnb Real Prices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } ] } |