Air Filter

Superpower your Airbnb searches

Air Filterคืออะไร?

Air Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://airfilter.app และคุณลักษณะหลักของมันคือ "Superpower your Airbnb searches"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Air Filter

ดาวน์โหลดไฟล์ส่วนขยาย Air Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spend too much time searching for Airbnbs?  You're not alone.

That's why we created Air Filter.

Want to add hidden filters like Dishwasher, Sauna, and Terrace? 

Want to save your commonly used filter combinations so you can reapply them with one click?

Want to see the types of beds directly in the search page?

If you said yes to any of the above, install now.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Air Filter Air Filter
ID eeeaoilhmidhpgdmcgnkdffipkjknpfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/air-filter/eeeaoilhmidhpgdmcgnkdffipkjknpfa
คำอธิบาย Superpower your Airbnb searches
ขนาดไฟล์ 408 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 2.0.2.7
อัปเดตครั้งล่าสุด 2021-10-28
วันที่เผยแพร่ 2021-08-24
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://airfilter.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.airfilter.app
URL หน้านโยบายความเป็นส่วนตัว https://airfilter.app/privacy_policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Air Filter",
    "description": "Superpower your Airbnb searches",
    "version": "2.0.2.7",
    "icons": {
        "128": "\/project\/img\/logo.png",
        "512": "\/project\/img\/logo.png"
    },
    "action": {
        "default_icon": "\/project\/img\/logo.png",
        "default_popup": "\/project\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.airbnb.at\/*",
                "*:\/\/*.airbnb.be\/*",
                "*:\/\/*.airbnb.ca\/*",
                "*:\/\/*.airbnb.ch\/*",
                "*:\/\/*.airbnb.cl\/*",
                "*:\/\/*.airbnb.co.cr\/*",
                "*:\/\/*.airbnb.co.id\/*",
                "*:\/\/*.airbnb.co.in\/*",
                "*:\/\/*.airbnb.co.kr\/*",
                "*:\/\/*.airbnb.co.nz\/*",
                "*:\/\/*.airbnb.co.uk\/*",
                "*:\/\/*.airbnb.co.ve\/*",
                "*:\/\/*.airbnb.com.ar\/*",
                "*:\/\/*.airbnb.com.au\/*",
                "*:\/\/*.airbnb.com.bo\/*",
                "*:\/\/*.airbnb.com.br\/*",
                "*:\/\/*.airbnb.com.bz\/*",
                "*:\/\/*.airbnb.com.co\/*",
                "*:\/\/*.airbnb.com.ec\/*",
                "*:\/\/*.airbnb.com.gt\/*",
                "*:\/\/*.airbnb.com.hk\/*",
                "*:\/\/*.airbnb.com.hn\/*",
                "*:\/\/*.airbnb.com.mt\/*",
                "*:\/\/*.airbnb.com.my\/*",
                "*:\/\/*.airbnb.com.ni\/*",
                "*:\/\/*.airbnb.com.pa\/*",
                "*:\/\/*.airbnb.com.pe\/*",
                "*:\/\/*.airbnb.com.py\/*",
                "*:\/\/*.airbnb.com.sg\/*",
                "*:\/\/*.airbnb.com.sv\/*",
                "*:\/\/*.airbnb.com.tr\/*",
                "*:\/\/*.airbnb.com.tw\/*",
                "*:\/\/*.airbnb.com\/*",
                "*:\/\/*.airbnb.cz\/*",
                "*:\/\/*.airbnb.de\/*",
                "*:\/\/*.airbnb.dk\/*",
                "*:\/\/*.airbnb.es\/*",
                "*:\/\/*.airbnb.fi\/*",
                "*:\/\/*.airbnb.fr\/*",
                "*:\/\/*.airbnb.gr\/*",
                "*:\/\/*.airbnb.gy\/*",
                "*:\/\/*.airbnb.hu\/*",
                "*:\/\/*.airbnb.ie\/*",
                "*:\/\/*.airbnb.is\/*",
                "*:\/\/*.airbnb.it\/*",
                "*:\/\/*.airbnb.jp\/*",
                "*:\/\/*.airbnb.mx\/*",
                "*:\/\/*.airbnb.nl\/*",
                "*:\/\/*.airbnb.no\/*",
                "*:\/\/*.airbnb.pl\/*",
                "*:\/\/*.airbnb.pt\/*",
                "*:\/\/*.airbnb.ru\/*",
                "*:\/\/*.airbnb.se\/*"
            ],
            "js": [
                "\/core\/ajax_overrides_content.js",
                "\/core\/chromane_loader.js",
                "\/common\/lib\/jquery.min.js",
                "\/common\/lib\/chromane.js",
                "\/common\/js\/common.js",
                "\/common\/js\/cs.js",
                "\/common\/js\/toolbar.js",
                "\/project\/js\/prj_cs.js",
                "\/core\/content_script\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}