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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Airbnb Real Prices

Λήψη αρχείων επέκτασης Airbnb Real Prices σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
            ]
        }
    ]
}