Airbnb Real Prices

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

Vad är Airbnb Real Prices?

Airbnb Real Prices är en Chrome-tillägg utvecklad av benf86, och dess huvudfunktion är "Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.".

Tilläggsskärmbilder

screenshot

Ladda ner Airbnb Real Prices-förlängningens CRX-fil

Ladda ner Airbnb Real Prices-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Airbnb Real Prices Airbnb Real Prices
ID fbdldkmjiheapflcjmodkkehachcinld
Officiell webbadress https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld
Beskrivning Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Filstorlek 70.36 KB
Antal Installationer 119
Aktuell Version 1.1.1
Senast Uppdaterad 2018-01-04
Publiceringsdatum 2018-01-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare benf86
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/benf86/AirbnbRealPrice
Stödda Språk 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"
            ]
        }
    ]
}