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 là gì?

AirBnB Non-Smoking Filter là một tiện ích mở rộng Chrome được phát triển bởi bbarr1384, và tính năng chính của nó là "This extension will provide a button on all search results, allowing for one-click detection of smoking policy".

Tải xuống tệp CRX của tiện ích mở rộng AirBnB Non-Smoking Filter

Tải xuống các tệp mở rộng AirBnB Non-Smoking Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AirBnB Non-Smoking Filter AirBnB Non-Smoking Filter
ID mljjhgihakejejaoeaniepjgdllmamol
URL Chính Thức https://chrome.google.com/webstore/detail/airbnb-non-smoking-filter/mljjhgihakejejaoeaniepjgdllmamol
Mô tả This extension will provide a button on all search results, allowing for one-click detection of smoking policy
Kích Thước Tệp 10.28 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-11-02
Ngày Phát Hành 2017-11-02
Đánh Giá 1.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển bbarr1384
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}