WebExtension.net
WebExtension.net

HotelGyms.com - Stay fit while traveling

View on Chrome Web Store
View HotelGyms.com - Stay fit while traveling Chrome Extension on Chrome Web Store
5.0 (2 ratings)

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

HotelGyms.com provides the only travel advisory to help you find hotels with great fitness and well-being in seconds.
Type
Extension
Users
78 users
1
Website hotelgyms.com
HotelGyms.com
View author page of HotelGyms.com
Published
Published on November 21, 2023
Version 1.1.2
Manifest version
3
Updated
Updated on January 19, 2024
View on Chrome Web Store
View HotelGyms.com - Stay fit while traveling 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": "HotelGyms.com - Stay fit while traveling",
    "description": "HotelGyms.com provides the only travel advisory to help you find hotels with great fitness and well-being in seconds.",
    "version": "1.1.2",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/16x16.png",
            "48": "assets\/48x48.png",
            "128": "assets\/128x128.png"
        }
    },
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.booking.com\/*"
            ],
            "js": [
                "booking.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "include_globs": [
                "*:\/\/*.kayak.*\/*",
                "*:\/\/*.momondo.*\/*"
            ],
            "js": [
                "kayak.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hotelplanner.com\/*"
            ],
            "js": [
                "hotelplanner.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.expedia.com\/*"
            ],
            "js": [
                "expedia.js"
            ]
        }
    ]
}
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