Extension page guide created!

This commit is contained in:
Captain Jack Sparrow 2024-04-25 18:45:10 +00:00
parent a60fd07199
commit 185284e3b0
2 changed files with 45 additions and 1 deletions

41
pages/extension.mdx Normal file
View File

@ -0,0 +1,41 @@
---
title: 'Browser extension'
---
# Browser extension
The sudo-flix browser extension greatly enhances streaming quality and video availability, meaning it will be easier and faster than ever to watch high quality media right in your browser.
## Loading a CRX file
1. Download the crx file [here](https://github.com/sussy-code/browser-ext/releases/tag/1.1.4).
<Note>
Sometimes your browser may block downloading or installing CRX file from outside the Chrome Web Store. If so, download the ZIP file instead.
</Note>
2. 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` |
| Mozilla Firefox | `about:addons` |
3. Enable `Developer mode`, watch [this video](https://www.youtube.com/watch?v=sZeUZjhOfgM&t=65s) if you have trouble.
4. Drag and drop the downloaded extension CRX file into the Extensions page.
5. When prompted, click Add extension to install the extension.
## Loading a ZIP file
1. Download and unpack the ZIP file from [here](https://github.com/sussy-code/browser-ext/releases/download/1.1.4/1.1.4-mwext-zip.zip).
2. Head to your browser's extensions page (see table above).
3. Enable `Developer mode` toggle.
4. Click the `Load unpacked` button.
5. Select the folder with the unpacked extension ZIP file from step 1.

View File

@ -56,7 +56,10 @@ export default defineTheme({
directories: [
directory("main", {
sidebar: [
link("Instances", "/instances", { icon: 'mdi:web' }),
group("Global", [
link("Instances", "/instances", { icon: 'mdi:web' }),
link("Browser extension", "/extension", { icon: 'mdi:plugin' }),
]),
group("Self-Hosting", [
link("Start self-hosting", "/self-hosting/hosting-intro"),
link("Configure backend", "/self-hosting/use-backend"),