WebExtension.net
WebExtension.net

FlyOnTime

View on Chrome Web Store
View FlyOnTime Chrome Extension on Chrome Web Store
4.5 (2 ratings)

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

Helps you know what you're buying on Google Flights
Type
Extension
Users
70 users
1
Derek Fulton
View author page of Derek Fulton
Published
Published on September 27, 2023
Version 0.0.19
Manifest version
3
Updated
Updated on November 14, 2024
View on Chrome Web Store
View FlyOnTime Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FlyOnTime",
    "description": "Helps you know what you're buying on Google Flights",
    "version": "0.0.19",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "FlyOnTime",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:google.com\/travel\/flights\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "d3.v7.min.js",
                "foreground.js"
            ],
            "css": [
                "foreground.css"
            ],
            "matches": [
                "https:\/\/www.google.com\/travel\/flights\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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