Airbnb Real Prices

Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.

What is Airbnb Real Prices?

Airbnb Real Prices is a Chrome extension developed by benf86, and its main feature is "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Extension Screenshots

screenshot

Download Airbnb Real Prices Extension CRX File

Download Airbnb Real Prices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Official URL https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Description Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
File Size 70.36 KB
Installation Count 119
Current Version 1.1.1
Last Updated 2018-01-04
Publish Date 2018-01-04
Rating 5.00/5 Total 1 Ratings
Developer benf86
Email [email protected]
Payment Type free
Extension Website https://github.com/benf86/AirbnbRealPrice
Supported Languages 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"
            ]
        }
    ]
}