AirBnB Non-Smoking Filter
This extension will provide a button on all search results, allowing for one-click detection of smoking policy
O que é AirBnB Non-Smoking Filter?
AirBnB Non-Smoking Filter é uma extensão do Chrome desenvolvida por bbarr1384, e sua principal característica é "This extension will provide a button on all search results, allowing for one-click detection of smoking policy".
Baixar o arquivo CRX da Extensão AirBnB Non-Smoking Filter
Baixe arquivos de extensão AirBnB Non-Smoking Filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mljjhgihakejejaoeaniepjgdllmamol |
URL Oficial | https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol |
Descrição | This extension will provide a button on all search results, allowing for one-click detection of smoking policy |
Tamanho do Arquivo | 10.28 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.1 |
Última Atualização | 2017-11-02 |
Data de Publicação | 2017-11-02 |
Classificação | 1.33/5 Total de 3 Avaliações |
Desenvolvedor | bbarr1384 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |