8000 GitHub - corneliusroemer/booking-extension
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

corneliusroemer/booking-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booking.com Review Filter Extension

This browser extension allows you to filter Booking.com search results based on the minimum number of reviews a property has received.

Installation

  1. Download or clone this repository.
  2. Open Chrome and navigate to chrome://extensions.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the directory where you saved the extension files.

Usage

  1. Navigate to Booking.com and perform a search.
  2. Open the extension popup by clicking the extension icon in the toolbar.
  3. Enter the minimum number of reviews you want to filter by.
  4. Click "Apply". The search results will be updated to only show properties with at least the specified number of reviews.

Files

  • manifest.json: Contains metadata about the extension, such as its name, version, and permissions.
  • popup.html: Defines the user interface for the extension popup.
  • popup.js: Handles the logic for the extension popup, such as getting the minimum number of reviews from the user and sending it to the content script.
  • content.js: Contains the main logic for the extension, such as filtering the search results based on the minimum number of reviews.

Permissions

The extension requires the following permissions:

  • activeTab: Allows the extension to access the currently active tab.
  • scripting: Allows the extension to inject JavaScript code into web pages.
  • *://\*.booking.com/*: Allows the extension to access Booking.com.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0