No Stress Booking

Hides all the red alerts and stressful messages from your favourite booking site

Qu'est-ce que No Stress Booking ?

No Stress Booking est une extension Chrome développée par Assaf Trafikant, et sa fonction principale est "Hides all the red alerts and stressful messages from your favourite booking site".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension No Stress Booking

Téléchargez les fichiers d'extension No Stress Booking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom No Stress Booking No Stress Booking
ID kkfmoaflbacidmgmkddkhjfdepckmggg
URL Officiel https://chromewebstore.google.com/detail/no-stress-booking/kkfmoaflbacidmgmkddkhjfdepckmggg
Description Hides all the red alerts and stressful messages from your favourite booking site
Taille du Fichier 30.48 KB
Nombre d'Installations 1,032
Version Actuelle 0.2.3
Dernière Mise à Jour 2022-04-22
Date de Publication 2019-11-20
Évaluation 4.97/5 Total 173 Évaluations
Développeur Assaf Trafikant
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://trafikant.pro/privacy-policy
Langues Prises en Charge 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"
    ]
}