AirBnB Non-Smoking Filter

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

Qu'est-ce que AirBnB Non-Smoking Filter ?

AirBnB Non-Smoking Filter est une extension Chrome développée par bbarr1384, et sa fonction principale est "This extension will provide a button on all search results, allowing for one-click detection of smoking policy".

Télécharger le fichier CRX de l'extension AirBnB Non-Smoking Filter

Téléchargez les fichiers d'extension AirBnB Non-Smoking Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AirBnB Non-Smoking Filter AirBnB Non-Smoking Filter
ID mljjhgihakejejaoeaniepjgdllmamol
URL Officiel https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol
Description This extension will provide a button on all search results, allowing for one-click detection of smoking policy
Taille du Fichier 10.28 KB
Nombre d'Installations 54
Version Actuelle 1.1
Dernière Mise à Jour 2017-11-02
Date de Publication 2017-11-02
Évaluation 1.33/5 Total 3 Évaluations
Développeur bbarr1384
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}