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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |