-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Browser Boost Extension | ||
|
||
Download: https://chrome.google.com/webstore/detail/akknpgblpchaoebdoiojonnahhnfgnem | ||
|
||
Browser Boost is an extension that provides enhanced functionalities and improves your overall browsing experience on Chrome. Browser Boost respects its users privacy and does not collect any data. | ||
|
||
## Features: | ||
|
||
🔊 **Boost Volume:** Amplify the sound on any tab, useful for audio or video with low default volume. | ||
|
||
🕵️ **Change User Agent:** Allows you to change your browser's user agent, potentially useful for web development or troubleshooting. | ||
|
||
🖱️ **Enable Right Click & Select:** Useful for when you come across sites that have disabled right-click interactions. Also Facilitates text selection and copying, especially on websites where these functions are typically restricted. | ||
|
||
💾 **Save Image as Type:** Save images in your desired format - choose between JPG, PNG, or WebP. | ||
|
||
💬 **Disable WebRTC:** A feature that helps in preventing potential IP address leaks through your browser. | ||
|
||
## Screenshots | ||
|
||
![screenshot](https://raw.githubusercontent.com/BrowserBoost/extension/master/promo/screenshot2.png) | ||
|
||
## Development: | ||
|
||
This application is built with Javascript and React. | ||
|
||
Clone this repo and run these commands to start the development server. | ||
|
||
``` | ||
yarn | ||
yarn start | ||
``` | ||
|
||
Load the extension on Chrome: | ||
|
||
- Access chrome://extensions/ | ||
- Check Developer mode | ||
- Click on Load unpacked extension | ||
- Select the build folder. |