AirBnB Non-Smoking Filter
This extension will provide a button on all search results, allowing for one-click detection of smoking policy
Co to jest AirBnB Non-Smoking Filter?
AirBnB Non-Smoking Filter to rozszerzenie Chrome opracowane przez bbarr1384, a jego główną funkcją jest „This extension will provide a button on all search results, allowing for one-click detection of smoking policy”.
Pobierz plik CRX rozszerzenia AirBnB Non-Smoking Filter
Pobierz pliki rozszerzeń AirBnB Non-Smoking Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mljjhgihakejejaoeaniepjgdllmamol |
Oficjalny URL | https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol |
Opis | This extension will provide a button on all search results, allowing for one-click detection of smoking policy |
Rozmiar pliku | 10.28 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-11-02 |
Data Publikacji | 2017-11-02 |
Ocena | 1.33/5 Łącznie 3 Oceny |
Deweloper | bbarr1384 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |