AirBnB Non-Smoking Filter

This extension will provide a button on all search results, allowing for one-click detection of smoking policy

Cos'è AirBnB Non-Smoking Filter?

AirBnB Non-Smoking Filter è un'estensione di Chrome sviluppata da bbarr1384, e la sua funzione principale è "This extension will provide a button on all search results, allowing for one-click detection of smoking policy".

Scarica il file CRX dell'estensione AirBnB Non-Smoking Filter

Scarica i file di estensione AirBnB Non-Smoking Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        AirBnB does not currently allow you to search for non-smoking rooms.

This plugin runs only on AirBnB search results pages, placing a button on the top left of each listing which can be clicked to determine if that listing allows smoking or not. This is not abusive of AirBnB's system in anyway, as you would have to make the exact same requests to their servers to get this information anyway, but with a good bit more effort on your part.

Caveat: When you go to a new page of results via pagination links at the bottom, you will have to refresh the page to get the buttons to show up.                    

Informazioni di Base sull'Estensione

Nome AirBnB Non-Smoking Filter AirBnB Non-Smoking Filter
ID mljjhgihakejejaoeaniepjgdllmamol
URL Ufficiale https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol
Descrizione This extension will provide a button on all search results, allowing for one-click detection of smoking policy
Dimensione del File 10.28 KB
Conteggio Installazioni 54
Versione Corrente 1.1
Ultimo Aggiornamento 2017-11-02
Data di Pubblicazione 2017-11-02
Valutazione 1.33/5 Totale 3 Valutazioni
Sviluppatore bbarr1384
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AirBnB Non-Smoking Filter",
    "description": "This extension will provide a button on all search results, allowing for one-click detection of smoking policy",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.airbnb.com\/s\/*"
            ],
            "js": [
                "smoking-not-allowed.js"
            ]
        }
    ]
}