WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TravelArrow - Your Virtual Travel Agent

TravelArrow - Your Virtual Travel Agent

View on Chrome Web Store
View TravelArrow - Your Virtual Travel Agent Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (264 ratings)
1 new ratings
27 views
This extension has been viewed 27 times

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

TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!
Type
Extension
Users
300,000 users
100K
Website travelarrow.io
travelarrowplugin
View author page of travelarrowplugin
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 28, 2022
Version 7.0.0
Manifest version
3
Updated
Updated on April 16, 2025
lifestyle/travel
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TravelArrow - Your Virtual Travel Agent 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": "TravelArrow - Your Virtual Travel Agent",
    "version": "7.0.0",
    "description": "TravelArrow is your virtual travel agent that sits in the browser. We help you unlock deals to save big on your next vacation!",
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/img\/flightsmall.png"
    },
    "icons": {
        "128": "assets\/img\/flight.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "vio\/vioSDK.js",
                "content.js"
            ],
            "css": [
                "styles\/vioSDK.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/google.css",
                "styles\/render-flights.css",
                "styles\/airbnb.css",
                "styles\/app.css",
                "styles\/jitsi.css",
                "assets\/**\/*",
                "popup.html",
                "legroom\/load_flight_data.js",
                "legroom\/render_legroom.js",
                "legroom\/enhanced.js",
                "carrental\/car_rental.js",
                "carrental\/enterprise.js",
                "carrental\/hertz.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "96"
}
© 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