docs/pages/extension.mdx

110 lines
3.5 KiB
Plaintext
Raw Permalink Normal View History

2024-04-25 18:45:10 +00:00
---
title: 'Browser Extension'
2024-04-25 18:45:10 +00:00
---
# Browser Extension
2024-04-25 18:45:10 +00:00
2024-08-25 17:39:10 +00:00
The sudo-flix browser extension enhances streaming quality and makes it possible to scrape more sources.
2024-04-25 18:45:10 +00:00
# Disclaimer
The extension isn't currently available on official stores so **developer mode has to be enabled** to use the extension, we are working on getting the extension on the stores to make the process easier.
2024-04-26 18:23:05 +00:00
Select one of the following methods to install the extension. Ensure that you download the files compatible with your browser.
## Chromium-based Installation
These installation steps are for any chromium-based browsers such as Microsoft Edge, Google Chrome, Vivaldi, Brave, Arc or Opera.
### Loading a CRX file
2024-04-26 18:23:05 +00:00
2024-08-25 17:39:10 +00:00
<Steps>
<Steps.Step>
Download the CRX file [here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-CHROME.crx).
2024-08-25 17:39:10 +00:00
<Warning>
Sometimes your browser may block downloading or installing CRX file from outside the Chrome Web Store. If so, download the ZIP file instead.
</Warning>
</Steps.Step>
2024-04-26 18:23:05 +00:00
2024-08-25 17:39:10 +00:00
<Steps.Step>
Go to your extensions page by typing the corresponding URL into your browser from the table below.
| Browser | URL |
| :--------------- | :-------------------- |
| Microsoft Edge | `edge://extensions` |
| Google Chrome | `chrome://extensions` |
| Vivaldi | `vivaldi://extensions`|
| Opera | `opera://extensions` |
2024-08-25 17:39:10 +00:00
</Steps.Step>
2024-04-26 17:38:28 +00:00
2024-08-25 17:39:10 +00:00
<Steps.Step>
Enable `Developer mode` toggle.
2024-08-25 17:39:10 +00:00
</Steps.Step>
<Steps.Step>
Drag and drop the downloaded extension CRX file onto the Extensions page.
2024-08-25 17:39:10 +00:00
</Steps.Step>
<Steps.Step>
When prompted, click Add extension to install the extension.
</Steps.Step>
</Steps>
### Loading a ZIP file
2024-04-25 18:45:10 +00:00
<Steps>
<Steps.Step>
Download and **unpack** the ZIP file from [here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-CHROME.zip).
2024-08-25 17:39:10 +00:00
</Steps.Step>
<Steps.Step>
Go to your extensions page by typing the corresponding URL into your browser from the table below.
| Browser | URL |
| :--------------- | :-------------------- |
| Microsoft Edge | `edge://extensions` |
| Google Chrome | `chrome://extensions` |
| Vivaldi | `vivaldi://extensions`|
| Opera | `opera://extensions` |
2024-08-25 17:39:10 +00:00
</Steps.Step>
<Steps.Step>
Enable `Developer mode` toggle.
</Steps.Step>
2024-04-25 18:45:10 +00:00
<Steps.Step>
2024-08-25 17:39:10 +00:00
Click the `Load unpacked` button.
</Steps.Step>
2024-04-25 18:45:10 +00:00
<Steps.Step>
2024-08-26 09:39:38 +00:00
Select the extracted folder from the ZIP file from **Step 1**.
</Steps.Step>
</Steps>
## Firefox-based Installation
These installation steps are limited to **Firefox Extended Support Release (ESR), Firefox Developer Edition and Nightly versions** of Firefox
that will allow you to override the setting that enforces the extension signing requirement.
### Loading an XPI file
<Steps>
<Steps.Step>
Open your browser and type `about:config` into the address bar.
</Steps.Step>
<Steps.Step>
Click the `Accept the Risk and Continue` button.
</Steps.Step>
<Steps.Step>
Search for `xpinstall.signatures.required` and set it to `false` by clicking the toggle.
</Steps.Step>
<Steps.Step>
Download the XPI file from [here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-FIREFOX.xpi). It should automatically start the installation process.
</Steps.Step>
<Steps.Step>
When prompted, choose `Continue to Installation` and then `Add`.
</Steps.Step>
</Steps>