FlightPenguin

Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.

什么是FlightPenguin?

FlightPenguin是由flightpenguin开发的Chrome扩展程序,该扩展的主要功能是“Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.”。

扩展截图

screenshot

下载FlightPenguin扩展crx文件

下载FlightPenguin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Take the pain out of flight search with Flight Penguin.  It's a browser extension built and financed by former Hipmunk founders, employees, and fans that finds cheaper and more comfortable flights.

---------------------------------------------------------------------------------------------------------------------

How do we take the pain out of searching for a flight?

👁️ See flights in an appealing, visual format
My eyes glaze over staring at virtual flight tickets that are intentionally made to be difficult to compare, so Flight Penguin's time-bar layout makes it easy to see flight takeoff, landing, and layover times.

1️⃣ Save time by searching for a flight once
I am sick of having to visit multiple travel sites, so our extension searches over 600 airlines globally, including many that do not play nicely with others.

🪄 Better recommendations
My idea of the 'best' flight is *NOT* a redeye on a discount carrier with a long layover. Flight Penguin's top choice finds the best combination of comfort and value - usually an affordable, nonstop, daytime flight.

---------------------------------------------------------------------------------------------------------------------

Flight Penguin is taking a stand against the travel industry's bad behaviors.  If you're looking for trustworthy results, here's how we're different:

🚫 No ads
When I search for a flight, I don't want to see ads at the top of the results or anywhere else.  With Flight Penguin, you'll never see an advertisement pretending to be a flight. We're committed to never showing ads.

⚖️ No bias
We don't make money from upselling you to a more expensive flight or tricking you into buying a premium product. Our results are unbiased and uncorrupted.

🧱 No collusion
Some of the largest travel sites hide flights from you in exchange for special favors from airlines. We refuse to enter into any agreements with airlines, so we can show you more flights.

---------------------------------------------------------------------------------------------------------------------

Please Note: When installing Flight Penguin for Google Chrome™, you will receive a warning that  Flight Penguin will receive access to your browsing history and data. This is a standard message for an

---------------------------------------------------------------------------------------------------------------------

By downloading and installing this extension, you agree to our Terms of Use https://app.flightpenguin.com/terms and our Privacy Policy https://app.flightpenguin.com/privacy.

---------------------------------------------------------------------------------------------------------------------

Flight Penguin is also available for Firefox.

---------------------------------------------------------------------------------------------------------------------

Disclaimer:  
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

扩展基本信息

名称 FlightPenguin FlightPenguin
ID nofndgfpjopdpbcejgdpikmpdehlekac
官方URL https://chrome.google.com/webstore/detail/flightpenguin/nofndgfpjopdpbcejgdpikmpdehlekac
简介 Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.
文件大小 1.41 MB
安装次数 3,986
当前版本 1.23.0
更新时间 2022-07-27
上架时间 2021-12-04
评分 4.80/5 共20次评分
开发者 flightpenguin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.flightpenguin.com/
帮助页面URL https://docs.google.com/forms/d/1O-VGhX8puS74UiSYMwhWhTN3tt7yjI594hf9mH6pP4k
隐私政策页面URL https://subscribe.flightpenguin.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlightPenguin",
    "short_name": "FlightPenguin",
    "description": "Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.",
    "version": "1.23.0",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "images\/*.svg",
        "images\/*.png",
        "images\/*.webp",
        "icons\/*.png",
        "icons\/*.svg"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "FlightPenguin"
    },
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "geolocation",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/subscribe.flightpenguin.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.trip.com\/flights\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/trip.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cheapoair.com\/air*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/cheapoair.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.kiwi.com\/us\/search\/results\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/kiwi.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.momondo.com\/flight-search\/*",
                "https:\/\/www.momondo.com\/book\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/momondo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/flightpenguin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/flightpenguin.com\/talking_travel*"
            ],
            "js": [
                "content_scripts\/flightpenguin.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.aa.com\/*",
                "*:\/\/*.aeromexico.com\/*",
                "*:\/\/*.aircanada.com\/*",
                "*:\/\/*.airchina.com\/*",
                "*:\/\/*.alaskaairlines.com\/*",
                "*:\/\/*.allegiantair.com\/*",
                "*:\/\/*.ana.co.jp\/*",
                "*:\/\/*.ba.com\/*",
                "*:\/\/*.airfrance.com\/*",
                "*:\/\/*.cheapoair.com\/*",
                "*:\/\/*.csair.com\/*",
                "*:\/\/*.ctrip.com\/*",
                "*:\/\/*.delta.com\/*",
                "*:\/\/*.easyjet.com\/*",
                "*:\/\/*.emirates.com\/*",
                "*:\/\/*.expedia.com\/*",
                "*:\/\/*.flyfrontier.com\/*",
                "*:\/\/*.goibibo.com\/*",
                "*:\/\/*.hawaiianairlines.com\/*",
                "*:\/\/*.hurb.com\/*",
                "*:\/\/*.iberia.com\/*",
                "*:\/\/*.jalan.net\/*",
                "*:\/\/*.jetblue.com\/*",
                "*:\/\/*.jsx.com\/*",
                "*:\/\/*.kayak.com\/*",
                "*:\/\/*.kiwi.com\/*",
                "*:\/\/*.klm.com\/*",
                "*:\/\/*.latamairlines.com\/*",
                "*:\/\/*.lufthansa.com\/*",
                "*:\/\/*.makemytrip.com\/*",
                "*:\/\/*.momondo.com\/*",
                "*:\/\/*.orbitz.com\/*",
                "*:\/\/*.priceline.com\/*",
                "*:\/\/*.ryanair.com\/*",
                "*:\/\/*.skiplagged.com\/*",
                "*:\/\/*.skyscanner.com\/*",
                "*:\/\/*.spirit.com\/*",
                "*:\/\/*.southwest.com\/*",
                "*:\/\/*.suncountry.com\/*",
                "*:\/\/*.travel.rakuten.co.jp\/*",
                "*:\/\/*.trip.com\/*",
                "*:\/\/*.tripadvisor.com\/CheapFlightsHome*",
                "*:\/\/*.tripadvisor.co.uk\/CheapFlightsHome*",
                "*:\/\/*.turkishairlines.com\/*",
                "*:\/\/*.united.com\/*",
                "*:\/\/*.vivaaerobus.com\/*",
                "*:\/\/*.volaris.com\/*",
                "*:\/\/*.westjet.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/us.trip.com\/flights\/*",
                "https:\/\/www.trip.com\/flights\/*",
                "https:\/\/www.southwest.com\/air\/booking\/select.html?*",
                "https:\/\/www.southwest.com\/air\/booking\/index.html?*",
                "https:\/\/www.momondo.com\/flight-search\/*",
                "https:\/\/www.momondo.com\/book\/*",
                "https:\/\/www.kiwi.com\/us\/search\/results\/*",
                "https:\/\/www.cheapoair.com\/air\/*"
            ],
            "js": [
                "content_scripts\/generic.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "oauth2": {
        "client_id": "82466302556-jujsfqptcild0kjidp1tspr9pghdva92.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDtt\/DK1\/yBIYUu7ZR99hwrIRFcQ0vNxo4Nj68vAgYniaNaKas5nbmcyW5gmadkz7fJ5EfiMmDa4ZMl4iYsIdeCW32OGczxoAIGqK27lI9jRG\/sgaFa8Mm0p926f\/D2TPYmZya2fvLn+yvu5sWqWHWhTKbYAcFUQk1L179NYeTGhN6T6DGIemXrSulpExmvcgMIOsvazLAzbI4QdSdUWbMQSL4DEhfD3rpO3CaTkmH0DcwrphI8dGPwsVYK1YZUJsJ2ccSjn3m2H8U55\/Iw4v+sS4JrxMnxabrY+g9lIbXe8iDLMSjrV9HNIamy2FMKj9EQBuDOJ9J\/qGVt3RuRaRwIDAQAB"
}