WebExtension.net
WebExtension.net

Flight Finder chrome extension

View on Chrome Web Store
View Flight Finder chrome extension Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Activate this extension for seamless flight deal comparison in just a click
Type
Extension
Users
64 users
1
Website ecombullet.com
Ecom Bullet
View author page of Ecom Bullet
Published
Published on April 3, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on April 8, 2024
View on Chrome Web Store
View Flight Finder chrome extension Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flight Finder chrome extension ",
    "version": "1.0.1",
    "description": "Activate this extension for seamless flight deal comparison in just a click",
    "action": {
        "default_title": "Flight Finder chrome extension ",
        "default_icon": {
            "32": "Icons\/Icon 32.png",
            "64": "Icons\/Icon 64.png",
            "128": "Icons\/Icon 128.png"
        }
    },
    "icons": {
        "32": "Icons\/Icon 32.png",
        "64": "Icons\/Icon 64.png",
        "128": "Icons\/Icon 128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.makemytrip.com\/flight\/search*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}
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