Easy browser extension to bypass the execution of quizzes in Safe Exam Browser (SEB).
The extension works by intercepting your browser requests and modifying HTTP headers.
This extension works on all Chromium-based browsers (e.g., Google Chrome, Microsoft Edge, Brave, Opera) and is compatible with all operating systems (Windows, macOS, Linux).
You have two options to install the extension:
-
Download a built version from releases:
- Go to the releases page.
- Download the latest release.
Unzip the downloaded file:
- Extract the contents of the downloaded file. You should see a folder with a subfolder named
dist
.
Load the extension in Chrome:
- Open the Chrome browser and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top-right corner.
- Click on "Load unpacked" and select the
dist
directory which contains themanifest.json
file.
-
Build from source:
- Clone the repository:
git clone https://github.com/cycyrild/SebBypass.git cd SebBypass
- Install the dependencies:
npm install
- Compile the project:
npm run build
- Load the extension in Chrome:
- Open the Chrome browser and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top-right corner.
- Click on "Load unpacked" and select the directory where the extension files are located (
dist
folder).
- Open the Chrome browser and navigate to
To use the Chrome extension, follow these steps:
- Click on the extension icon to open the interface.
- Click on the "Choose File" button and select your SEB configuration file from your computer.
- Once the file is uploaded, the extension will bypass the execution of quizzes in SEB and allow you to take the quiz directly in your current browser.
- Clone the repository: