An open API service indexing awesome lists of open source software.

https://github.com/live-miracles/gallery-ext

Chrome Extension for the Live Streaming Gallery
https://github.com/live-miracles/gallery-ext

chrome-extension live-streaming

Last synced: 3 months ago
JSON representation

Chrome Extension for the Live Streaming Gallery

Awesome Lists containing this project

README

        

# [Gallery Chrome Extension](https://live-miracles.github.io/gallery-ext/)

Gallery Chrome Extension

Because of the CORS policy, we can't access the videos with JavaScript directly.
That is why a Chrome Extension is required to enable VU meters, automatic quality adjustment, always staying on LIVE and other features.

## Installation

1. Go to the root of this repo: [https://github.com/live-miracles/gallery-ext](https://github.com/live-miracles/gallery-ext)
2. Click on the green **"Code"** button, and download it using the **"Download ZIP"** option (or clone it).

![image](./assets/download-zip.avif)

3. Unpack the ZIP.
4. Go to the Chrome Extensions [chrome://extensions/](chrome://extensions/)
5. Switch on the **"Developer mode"** in the top right corner.
6. Click the **"Load unpacked"** button and select the `gallery-ext/` folder.

![image](./assets/load-unpacked.avif)

## Update

To update the extension you can remove it and install it again.

If you know how to use **Git** you can `git pull` the changes and just click
the refresh button.