AirBnB Non-Smoking Filter
This extension will provide a button on all search results, allowing for one-click detection of smoking policy
AirBnB Non-Smoking Filter란 무엇입니까?
AirBnB Non-Smoking Filter은(는) bbarr1384에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will provide a button on all search results, allowing for one-click detection of smoking policy"입니다.
AirBnB Non-Smoking Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | mljjhgihakejejaoeaniepjgdllmamol |
공식 URL | https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol |
설명 | This extension will provide a button on all search results, allowing for one-click detection of smoking policy |
파일 크기 | 10.28 KB |
설치 횟수 | 54 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-11-02 |
출시 날짜 | 2017-11-02 |
평점 | 1.33/5 총 3 개의 평점 |
개발자 | bbarr1384 |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |