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ファイルをダウンロード
AirBnB Non-Smoking Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } ] } |