WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Gymr - Stay fit while traveling, by HotelGyms.com

Gymr - Stay fit while traveling, by HotelGyms.com

View on Chrome Web Store
View Gymr - Stay fit while traveling, by HotelGyms.com Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
16 views
This extension has been viewed 16 times
0 downloads
This extension has been downloaded 0 times

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
113 users
5
Website hotelgyms.com
HotelGyms.com
View author page of HotelGyms.com
Published
Published on November 21, 2023
Version 2.0.5
Manifest version
3
Updated
Updated on June 4, 2025
lifestyle/travel
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Gymr - Stay fit while traveling, by HotelGyms.com 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": "Gymr - Stay fit while traveling, by HotelGyms.com",
    "description": "HotelGyms.com provides the only travel advisory to help you find hotels with great fitness and well-being in seconds.",
    "version": "2.0.5",
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.booking.com\/*",
        "*:\/\/*.kayak.com\/*",
        "*:\/\/*.momondo.com\/*",
        "*:\/\/*.hotelplanner.com\/*",
        "*:\/\/*.expedia.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/gymr-icon_16x16.png",
            "48": "assets\/gymr-icon_48x48.png",
            "128": "assets\/gymr-icon_128x128.png"
        }
    },
    "icons": {
        "16": "assets\/gymr-icon_16x16.png",
        "48": "assets\/gymr-icon_48x48.png",
        "128": "assets\/gymr-icon_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": [
                "<all_urls>"
            ],
            "include_globs": [
                "*:\/\/*.hotelplanner.com\/*"
            ],
            "js": [
                "hotelplanner.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.expedia.com\/*"
            ],
            "js": [
                "expedia.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "*.woff2",
                "*.woff",
                "*.ttf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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