vsHotel
Skip the middlemen: check the hotel's direct price while browsing Booking.com.
什麼是vsHotel?
vsHotel是由https://vshotel.org開發的Chrome擴展程式,該擴展的主要功能是“Skip the middlemen: check the hotel's direct price while browsing Booking.com.”。
擴展截圖
下載vsHotel擴展crx文件
下載vsHotel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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% 擴展基本資訊
| 名稱 | |
| ID | njnakjakcnkmnogiopbiomdleekeogkp |
| 官方網址 | https://chromewebstore.google.com/detail/vshotel/njnakjakcnkmnogiopbiomdleekeogkp |
| 簡介 | Skip the middlemen: check the hotel's direct price while browsing Booking.com. |
| 檔案大小 | 138 KB |
| 安裝次數 | 90,000 |
| 目前版本 | 2.10.14 |
| 更新時間 | 2024-02-25 |
| 上架時間 | 2023-05-30 |
| 評分 | 4.68/5 共 646 次評分 |
| 開發者 | https://vshotel.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://vshotel.org |
| 隱私政策頁面URL | https://vshotel.org/privacy-policy |
| 支援的語言 | 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": [
" | |