Airplus - advanced options for Airbnb™

Extend your Airbnb search with additional amenities and find the perfect property in less time.

Τι είναι το Airplus - advanced options for Airbnb™;

Το Airplus - advanced options for Airbnb™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michele Michelassi, και η κύρια λειτουργία του είναι "Extend your Airbnb search with additional amenities and find the perfect property in less time.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Airplus - advanced options for Airbnb™

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

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

                        With Airplus you can apply advanced filters to the standard Airbnb search, thereby excluding those listings that do not match your requirements.

Airplus allows you to:

• Specify check-in and check-out time.
• Filter all results by cancellation policy.
• Set minimum nights for your stay and see listings that match your requirements.
• Find hosts that accept long term stays.
• Set weekly or monthly discounts and see listings that meet your needs.
• Check whether self check-in and luggage drop-off are available.

As a bonus, you can also:

• Sort listings by price, rating or name.
• Get listing details and host information on mouse hover.


---------------------------------------------------------------------------------
CHANGELOG:

• v1.0.1: Removed "Tabs permission", which was useless and caused Chrome display the warning about attempting to read browser history.
• v1.1.0: Added filter for EV chargers.
• v2.0.0: Completely rewritten for manifest V3 and added more than 100 amenities.
• v2.0.1: Bug fix.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Airplus - advanced options for Airbnb™ Airplus - advanced options for Airbnb™
ID bdcdjfoindheggeigmgocjlglbphnkdn
Επίσημο URL https://chromewebstore.google.com/detail/airplus-advanced-options/bdcdjfoindheggeigmgocjlglbphnkdn
Περιγραφή Extend your Airbnb search with additional amenities and find the perfect property in less time.
Μέγεθος Αρχείου 79.49 KB
Αριθμός Εγκαταστάσεων 480
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2023-05-23
Ημερομηνία Δημοσίευσης 2020-02-13
Αξιολόγηση 4.67/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Michele Michelassi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Airplus - advanced options for Airbnb\u2122",
    "version": "2.0.1",
    "author": "Michele Michelassi",
    "description": "Extend your Airbnb search with additional amenities and find the perfect property in less time.",
    "icons": {
        "16": "\/assets\/icon16.png",
        "32": "\/assets\/icon32.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/*.airbnb.*\/*",
                "https:\/\/*.airbnb.*.*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "scripts\/main.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.min.js",
        "type": "module"
    },
    "action": {
        "default_title": "Airplus",
        "default_icon": "\/assets\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/utils.min.js",
                "scripts\/selectors.min.js",
                "scripts\/resources.min.js",
                "scripts\/airfetch.min.js",
                "scripts\/listings.min.js",
                "scripts\/sorting.min.js",
                "scripts\/content.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/*.airbnb.*\/*",
                "https:\/\/*.airbnb.*.*\/*"
            ]
        }
    ]
}