From 80b189d97925ca0aea1165fd8743e943d37236ef Mon Sep 17 00:00:00 2001 From: BrowserBoost Date: Sun, 5 Nov 2023 20:39:02 -0500 Subject: [PATCH] readme update --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ readme.md | 15 --------------- 2 files changed, 39 insertions(+), 15 deletions(-) create mode 100755 README.md delete mode 100755 readme.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..085c5a8 --- /dev/null +++ b/README.md @@ -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. diff --git a/readme.md b/readme.md deleted file mode 100755 index 18d826b..0000000 --- a/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -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. - -Download: https://chrome.google.com/webstore/detail/akknpgblpchaoebdoiojonnahhnfgnem - -## 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.