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.                    

擴展基本資訊

名稱 AirBnB Non-Smoking Filter AirBnB Non-Smoking Filter
ID mljjhgihakejejaoeaniepjgdllmamol
官方網址 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"
            ]
        }
    ]
}