Git Product home page Git Product logo

browserboostextension's Introduction

Browser Boost Extension

Chrome Download: https://chrome.google.com/webstore/detail/akknpgblpchaoebdoiojonnahhnfgnem

Edge Download: https://microsoftedge.microsoft.com/addons/detail/jehejlgggbhdemlekhoicodollcjnjig

The Browser Boost extension provides an open-source, privacy respecting alternative to numerous single-use extensions.

You can rely on Browser Boost instead of having to trust multiple extensions from various developers, which are often closed source, collect user data, and come with undocumented permissions.

Browser Boost collects no user data, does not require signup, has no servers, is entirely open source, and is 100% free.

Tools

๐Ÿ”Š Boost Volume: Increase the maximum volume of your browser up to 600%.

๐Ÿ•ต๏ธ Change User Agent: Spoof user agent to emulate different devices or browsers.

๐Ÿ–ฑ๏ธ Enable Right Click & Select: Force enable right clicks, copy, & text selection on sites that have disabled right click or selection interactions.

๐Ÿ’พ Save Image as Type: Add context menu to save images as JPG, PNG or WebP.

๐Ÿ’ฌ Disable WebRTC: Disable WebRTC requests to prevent IP address leaks.

Screenshot

screenshot

Permission Justifications

tabCapture: To capture and modify the audio of a tab. Required to boost volume.

privacy: To modify the IPHandlingPolicy. Required to disable WebRTC.

webNavigation: To trigger onCommitted and onHistoryStateUpdated listener. Required to change user agent and enable right click & select.

scripting: To inject scripts into webpages. Required to change user agent and enable right click & select.

downloads: To trigger download of modified image. Required to save image as type.

contextMenus: To add option to context menu. Required to save image as type.

offscreen: To use the tabCapture API and HTML canvas in the background service worker. Required to boost volume and save Image as type.

declarativeNetRequestWithHostAccess: To modify user agent header. Required to change user agent

storage: To store user settings.

Host permission: To trigger webNavigation on every website. Required to change user agent and enable right click & select.

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.

browserboostextension's People

Contributors

n0m1111 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.