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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

No Stress Booking 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    ]
}