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 benf86 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Airbnb Real Prices एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |