FlightPenguin

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

Was ist FlightPenguin?

FlightPenguin ist eine Chrome-Erweiterung, die von flightpenguin entwickelt wurde, und ihr Hauptmerkmal ist "Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.".

Erweiterungsscreenshots

screenshot

FlightPenguin-Erweiterungs-CRX-Datei herunterladen

Laden Sie FlightPenguin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FlightPenguin FlightPenguin
ID nofndgfpjopdpbcejgdpikmpdehlekac
Offizielle URL https://chrome.google.com/webstore/detail/flightpenguin/nofndgfpjopdpbcejgdpikmpdehlekac
Beschreibung Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.
Dateigröße 1.41 MB
Installationsanzahl 3,986
Aktuelle Version 1.23.0
Letztes Update 2022-07-27
Veröffentlichungsdatum 2021-12-04
Bewertung 4.80/5 Insgesamt 20 Bewertungen
Entwickler flightpenguin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.flightpenguin.com/
Hilfeseite URL https://docs.google.com/forms/d/1O-VGhX8puS74UiSYMwhWhTN3tt7yjI594hf9mH6pP4k
URL der Datenschutzrichtlinien-Seite https://subscribe.flightpenguin.com/privacy
Unterstützte Sprachen 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"
}