No Stress Booking
Hides all the red alerts and stressful messages from your favourite booking site
No Stress Bookingとは何ですか?
No Stress BookingはAssaf Trafikantによって開発されたChromeの拡張機能で、その主な機能は「Hides all the red alerts and stressful messages from your favourite booking site」です。
拡張機能のスクリーンショット
No Stress Booking拡張機能のCRXファイルをダウンロード
No Stress Booking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Blocks all the annoying pushy red messages on booking sites. No more "Last Room!" No more "17 people already booked this place". No more "200 people are watching this room right now" No more "You lost the last room!" Enjoy more relaxed reservation experience on Booking.com and other sites. How to activate it? Visit Booking.com for example, click the happy guy on the hammock on the lower left side of the website and enjoy the quote research process :) Extension supports many websites such as Booking.com, Agoda, Kayak, Hotels.com, Expedia, and more. We always update it to filter more and more messages. Enjoy!
拡張機能の基本情報
名前 | No Stress Booking |
ID | kkfmoaflbacidmgmkddkhjfdepckmggg |
公式URL | https://chromewebstore.google.com/detail/no-stress-booking/kkfmoaflbacidmgmkddkhjfdepckmggg |
説明 | Hides all the red alerts and stressful messages from your favourite booking site |
ファイルサイズ | 30.48 KB |
インストール数 | 1,032 |
現在のバージョン | 0.2.3 |
最終更新日 | 2022-04-22 |
公開日 | 2019-11-20 |
評価 | 4.97/5 合計 173 レビュー |
開発者 | Assaf Trafikant |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://trafikant.pro/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Stress Booking", "version": "0.2.3", "description": "Hides all the red alerts and stressful messages from your favourite booking site", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.booking.com\/*", "https:\/\/*.booking.kayak.com\/*", "https:\/\/*.onetravel.com\/*", "https:\/\/*.cheapoair.com\/*", "https:\/\/*.viagogo.com\/*", "https:\/\/*.hotels.com\/*", "https:\/\/*.agoda.com\/*", "https:\/\/*.rentalcars.com\/*", "https:\/\/*.expedia.com\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "media\/*.png" ] } |