AirBnB Non-Smoking Filter

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

Apa itu AirBnB Non-Smoking Filter?

AirBnB Non-Smoking Filter adalah ekstensi Chrome yang dikembangkan oleh bbarr1384, dan fitur utamanya adalah "This extension will provide a button on all search results, allowing for one-click detection of smoking policy".

Unduh Berkas CRX Ekstensi AirBnB Non-Smoking Filter

Unduh file ekstensi AirBnB Non-Smoking Filter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AirBnB Non-Smoking Filter AirBnB Non-Smoking Filter
ID mljjhgihakejejaoeaniepjgdllmamol
URL Resmi https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol
Deskripsi This extension will provide a button on all search results, allowing for one-click detection of smoking policy
Ukuran File 10.28 KB
Jumlah Instalasi 54
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-11-02
Tanggal Publikasi 2017-11-02
Penilaian 1.33/5 Total 3 Penilaian
Pengembang bbarr1384
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}