WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cheap Flight Finder

Cheap Flight Finder

View on Chrome Web Store
View Cheap Flight Finder Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (22 ratings)
1 new ratings
20 views
This extension has been viewed 20 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

We help you save time and money by finding cheaper prices for flights you're searching for online.
Type
Extension
Users
100,000 users
10K
Website www.trip.com
Trip.com
View author page of Trip.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 25, 2020
Version 1.7.6
Manifest version
3
Updated
Updated on March 15, 2025
lifestyle/travel
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cheap Flight Finder Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.7.6",
    "description": "__MSG_pluginDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/minisite.html",
        "default_icon": {
            "16": "static\/images\/icon_new.png",
            "48": "static\/images\/icon_new.png",
            "128": "static\/images\/icon_new.png"
        }
    },
    "icons": {
        "16": "static\/images\/icon_new.png",
        "48": "static\/images\/icon_new.png",
        "128": "static\/images\/icon_new.png"
    },
    "homepage_url": "https:\/\/www.trip.com\/",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/interceptor.js",
                "static\/images\/*",
                "favicon.ico"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "static\/js\/ubt.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top