No Stress Booking
Hides all the red alerts and stressful messages from your favourite booking site
Τι είναι το No Stress Booking;
Το No Stress Booking είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Assaf Trafikant, και η κύρια λειτουργία του είναι "Hides all the red alerts and stressful messages from your favourite booking site".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης No Stress Booking
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } |