Hidden Airline Baggage Fees
Enrich flights search results with additional information like carry on luggage price and legs room
Hidden Airline Baggage Feesคืออะไร?
Hidden Airline Baggage Fees เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shilopron และคุณลักษณะหลักของมันคือ "Enrich flights search results with additional information like carry on luggage price and legs room"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hidden Airline Baggage Fees
ดาวน์โหลดไฟล์ส่วนขยาย Hidden Airline Baggage Fees ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Elevate Your Flight Search: Detailed Carry-on Info, Legroom Space & More! PACK LIGHT OR PACK RIGHT Know before you go. Our extension reveals detailed carry-on allowances for each flight, ensuring you're prepared before you reach the airport. STRETCH YOUR LEGS, NOT YOUR WALLET Maximize comfort with our legroom indicator. Find flights with the most space to stretch out, without stretching your budget. ALWAYS INFORMED, NEVER OVERLOOKED Be the first to know. Get real-time alerts on changes to carry-on rules and seat spacing, so you're always up-to-date. TAILOR YOUR TRAVEL PLANS Customize your search. Filter flights based on your preferred carry-on needs and desired legroom, creating a travel experience that fits you perfectly. FLY SMARTER, SAVE BIGGER Experience savvy travel. Our extension identifies flights that give you the best value for your preferences, from baggage to legroom, saving you money and hassle. ***Currently - only works on Sky Scanner and TripAdvisor on top routes when USD is the currency.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hidden Airline Baggage Fees |
ID | kolnaamcekefalgibbpffeccknaiblpi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hidden-airline-baggage-fe/kolnaamcekefalgibbpffeccknaiblpi |
คำอธิบาย | Enrich flights search results with additional information like carry on luggage price and legs room |
ขนาดไฟล์ | 276 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2024-03-05 |
วันที่เผยแพร่ | 2023-12-20 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | shilopron |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hidden Airline Baggage Fees", "description": "Enrich flights search results with additional information like carry on luggage price and legs room", "version": "1.4.0", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "assets\/background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*\/*.json", "*:\/\/*\/*.pdf", "*:\/\/*\/*.jpeg", "*:\/\/*\/*.jpg", "*:\/\/*\/*.png", "*:\/\/*\/*.svg" ], "js": [ "assets\/content.js" ] } ], "action": { "default_title": "Hidden Airline Baggage Fees", "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "assets\/wes.js" ], "matches": [ " |