WebExtension.net
WebExtension.net

AwardTravel

View on Chrome Web Store
View AwardTravel Chrome Extension on Chrome Web Store
4.6 (10 ratings)

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

Displays points & miles costs for flights on Google Flights and hotel information!
Type
Extension
Users
3,000 users
Website awardtravel.co
AwardTravel
View author page of AwardTravel
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 17, 2023
Version 2.0.2
Manifest version
3
Updated
Updated on July 23, 2024
View on Chrome Web Store
View AwardTravel 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",
    "name": "AwardTravel",
    "description": "Displays points & miles costs for flights on Google Flights and hotel information!",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "hilton.js",
                "hyatt.js",
                "ihg.js",
                "marriott.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.awardtravel.co\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/travel\/flights\/search?*",
                "*:\/\/www.google.com\/travel\/flights\/booking?*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/travel\/search?*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.awardtravel.co\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.marriott.com\/*"
            ],
            "js": [
                "marriott.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hyatt.com\/*"
            ],
            "js": [
                "hyatt.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ihg.com\/*"
            ],
            "js": [
                "ihg.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hilton.com\/*"
            ],
            "js": [
                "hilton.js"
            ]
        }
    ],
    "permissions": [
        "background",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.google.com\/travel\/*",
        "*:\/\/*.marriott.com\/*",
        "*:\/\/*.hyatt.com\/*",
        "*:\/\/*.ihg.com\/*",
        "*:\/\/*.hilton.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/at_frame16.png",
            "32": "images\/at_frame32.png",
            "48": "images\/at_frame48.png",
            "128": "images\/at_frame128.png"
        }
    },
    "icons": {
        "16": "images\/at_frame16.png",
        "32": "images\/at_frame32.png",
        "48": "images\/at_frame48.png",
        "128": "images\/at_frame128.png"
    }
}
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