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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bbarr1384 และคุณลักษณะหลักของมันคือ "This extension will provide a button on all search results, allowing for one-click detection of smoking policy"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AirBnB Non-Smoking Filter
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |