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.」です。

拡張機能のスクリーンショット

screenshot

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%                    

拡張機能の基本情報

名前 vsHotel vsHotel
ID njnakjakcnkmnogiopbiomdleekeogkp
公式URL 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
Eメール [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": [
        ""
    ],
    "permissions": [
        "storage",
        "webRequest",
        "scripting",
        "cookies",
        "history",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/mews\/index.js",
                "content\/mews\/index.css",
                "logo.25027d6c.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.booking.com\/*"
            ],
            "resources": [
                "logo.25027d6c.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/www.booking.com\/*"
            ],
            "resources": [
                "logo.25027d6c.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "logo.25027d6c.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/www.agoda.com\/*"
            ],
            "resources": [
                "logo.25027d6c.svg"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "logo.25027d6c.svg"
            ]
        }
    ],
    "minimum_chrome_version": "89"
}