vsHotel
Skip the middlemen: check the hotel's direct price while browsing Booking.com.
Wat is vsHotel?
vsHotel is een Chrome-extensie ontwikkeld door https://vshotel.org, en de belangrijkste functie is "Skip the middlemen: check the hotel's direct price while browsing Booking.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie vsHotel
Download vsHotel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simply go to Booking.com, select your destination and preferred dates, then click on any hotel. vsHotel will display a small popup with the hotel's website direct price so you can compare it with the Booking one.
Our tests have shown savings up to 50% Basisinformatie over de Extensie
| Naam | |
| ID | njnakjakcnkmnogiopbiomdleekeogkp |
| Officiële URL | https://chromewebstore.google.com/detail/vshotel/njnakjakcnkmnogiopbiomdleekeogkp |
| Beschrijving | Skip the middlemen: check the hotel's direct price while browsing Booking.com. |
| Bestandsgrootte | 138 KB |
| Aantal Installaties | 90,000 |
| Huidige Versie | 2.10.14 |
| Laatst Bijgewerkt | 2024-02-25 |
| Publicatiedatum | 2023-05-30 |
| Beoordeling | 4.68/5 Totaal 646 Beoordelingen |
| Ontwikkelaar | https://vshotel.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://vshotel.org |
| URL van de Privacybeleid Pagina | https://vshotel.org/privacy-policy |
| Ondersteunde Talen | en,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "2.10.14",
"default_locale": "en",
"icons": {
"16": "extIcon256.11dec08b.png",
"24": "extIcon256.392cf84f.png",
"32": "extIcon256.42534c72.png",
"48": "extIcon256.72b6fed0.png",
"64": "extIcon256.af614d08.png",
"128": "extIcon256.5086c88a.png",
"256": "extIcon256.79685021.png"
},
"background": {
"service_worker": "background.0d0bfe3a.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.booking.com\/searchresults*"
],
"js": [
"search.6eb9038a.js"
],
"css": [
"shared.505283df.css"
]
},
{
"matches": [
"https:\/\/www.booking.com\/hotel\/*"
],
"js": [
"hotel.eb58f1cd.js"
],
"css": [
"shared.505283df.css"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"include_globs": [
"https:\/\/*kayak.*\/hotels\/*"
],
"js": [
"kayak.b8e0110a.js"
],
"css": [
"shared.505283df.css"
]
},
{
"matches": [
"https:\/\/www.agoda.com\/*"
],
"js": [
"agoda.591d9801.js"
],
"css": [
"shared.505283df.css"
]
},
{
"matches": [
"https:\/\/*\/*"
],
"include_globs": [
"https:\/\/www.airbnb.*\/rooms\/*"
],
"js": [
"airbnb.118d133d.js"
],
"css": [
"shared.505283df.css"
]
}
],
"host_permissions": [
" | |