Room Steals Extension

Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!

What is Room Steals Extension?

Room Steals Extension is a Chrome extension developed by https://roomsteals.com, and its main feature is "Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Room Steals Extension Extension CRX File

Download Room Steals Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        If there's a better price for the hotel you're looking at, we'll show you. 

Stop wasting money – Room Steals shows you the wholesale hotel rates nobody else will.

All other major hotel websites make money by marking up the hotel price (taking margin) or getting a commission. We don't add margin or take commission.

Register for FREE and see wholesale prices today. After you find a great rate, subscribe ($95/yr) to make your reservation. There's nothing to lose!

Current supported sites: 
Expedia, Booking.com, Hotels.com and Google Hotels. 

Want to suggest another? Let us know!

----------------------
Terms & Conditions: https://roomsteals.com/terms
Privacy Policy: https://roomsteals.com/privacy                    

Extension Basic Information

Name Room Steals Extension Room Steals Extension
ID fiiendnnbokdkmmbkmgiohdlmkjnbdjh
Official URL https://chromewebstore.google.com/detail/room-steals-extension/fiiendnnbokdkmmbkmgiohdlmkjnbdjh
Description Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!
File Size 2.06 MB
Installation Count 863
Current Version 3.0.15
Last Updated 2023-01-17
Publish Date 2020-06-12
Rating 5.00/5 Total 4 Ratings
Developer https://roomsteals.com
Email [email protected]
Payment Type free
Extension Website https://roomsteals.com
Help Page URL https://roomsteals.com
Privacy Policy Page URL https://roomsteals.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Room Steals Wholesale Hotel Price Comparison Extension",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/honeybadger.js",
                "js\/initialize.js",
                "js\/baseClass.js",
                "js\/services\/hotels.js",
                "js\/services\/google.js",
                "js\/services\/booking.js",
                "js\/services\/expedia.js",
                "js\/moment.min.js",
                "js\/moment-with-locales.min.js",
                "js\/fuzzyset.js"
            ],
            "css": [
                "styles\/styles.css"
            ],
            "externally_connectable": {
                "matches": [
                    "https:\/\/roomsteals.com\/*",
                    "http:\/\/roomsteals.localhost\/api-auth"
                ]
            },
            "matches": [
                "https:\/\/roomsteals.com\/*",
                "http:\/\/roomsteals.localhost\/*",
                "https:\/\/roomsteals.localhost\/*",
                "https:\/\/*.expedia.com\/*Hotel-Information*",
                "https:\/\/expedia.co.uk\/*Hotel-Information*",
                "https:\/\/www.expedia.co.uk\/*Hotel-Information*",
                "https:\/\/expedia.ca\/*Hotel-Information*",
                "https:\/\/www.expedia.ca\/*Hotel-Information*",
                "https:\/\/www.expedia.ca\/fr\/*",
                "https:\/\/expedia.com.au\/*Hotel-Information*",
                "https:\/\/www.expedia.com.au\/*Hotel-Information*",
                "https:\/\/euro.expedia.net\/*Hotel-Information*",
                "https:\/\/www.expedia.com.ar\/*Informacion-Hotel*",
                "https:\/\/www.expedia.at\/*Hotel-Beschreibung*",
                "https:\/\/www.expedia.be\/*Hotelinfo*",
                "https:\/\/www.expedia.be\/*Hotel-Information*",
                "https:\/\/www.expedia.com.br\/*Hotel-Reservas*",
                "https:\/\/www.expedia.de\/*selectedRoomType*",
                "https:\/\/www.expedia.dk\/*Hotelinfo*",
                "https:\/\/*.expedia.com\/*Informacion-Hotel*",
                "https:\/\/www.expedia.com.ph\/*Hotel-Information*",
                "https:\/\/www.expedia.com.hk\/*Hotel-Information*",
                "https:\/\/www.expedia.co.in\/*Hotel-Information*",
                "https:\/\/www.expedia.fi\/*hotellitiedot*",
                "https:\/\/www.expedia.fr\/*Description-Hotel*",
                "https:\/\/www.expedia.ie\/*Hotel-Information*",
                "https:\/\/www.expedia.it\/*Informazioni-Hotel*",
                "https:\/\/www.expedia.mx\/*Informacion-Hotel*",
                "https:\/\/www.expedia.no\/*Hotellinformasjon*",
                "https:\/\/www.expedia.co.nz\/*Hotel-Information*",
                "https:\/\/www.expedia.nl\/*Hotelinfo*",
                "https:\/\/www.expedia.at\/*Hotelinfo*",
                "https:\/\/www.expedia.se\/*Hotellbeskrivning*",
                "https:\/\/www.expedia.es\/*Informacion-Hotel*",
                "https:\/\/www.expedia.ch\/*Hotel-Beschreibung*",
                "https:\/\/www.expedia.co.kr\/*Hotel-Information*",
                "https:\/\/www.expedia.com.tw\/*Hotel-Information*",
                "https:\/\/www.expedia.co.th\/*Hotel-Information*",
                "https:\/\/www.expedia.co.jp\/*Hotel-Information*",
                "https:\/\/*.hotels.com\/ho*",
                "https:\/\/*.hoteis.com\/ho*",
                "https:\/\/hoteis.com\/ho*",
                "https:\/\/*.hotels.cn\/ho*",
                "https:\/\/hotels.cn\/ho*",
                "https:\/\/*.hoteles.com\/ho*",
                "https:\/\/hoteles.com\/ho*",
                "https:\/\/hotels.com\/ho*",
                "https:\/\/www.hotels.com\/ho*",
                "https:\/\/au.hotels.com\/ho*",
                "https:\/\/www.au.hotels.com\/ho*",
                "https:\/\/ie.hotels.com\/ho*",
                "https:\/\/www.ie.hotels.com\/ho*",
                "https:\/\/*.booking.com\/hotel*",
                "https:\/\/*.booking.com\/hotel\/*",
                "https:\/\/*.google.com\/travel\/hotels\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Browse your favorite hotel site. We'll tell you when there's a wholesale (cheaper) rate available!",
    "homepage_url": "https:\/\/roomsteals.com?utm_source=extension&utm_medium=extension-homepage_url",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "manifest.json",
                "selectors\/backupSelectors.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "dkhlpakocbkomppgpodmmgblpdjnmalg",
                "fiiendnnbokdkmmbkmgiohdlmkjnbdjh"
            ],
            "use_dynamic_url": false
        }
    ],
    "manifest_version": 3,
    "name": "Room Steals Extension",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Room Steals",
    "version": "3.0.15"
}