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
- Host: GitHub
- URL: https://github.com/live-miracles/gallery-ext
- Owner: live-miracles
- Created: 2025-02-07T18:00:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-05T10:55:02.000Z (3 months ago)
- Last Synced: 2025-03-05T11:41:35.134Z (3 months ago)
- Topics: chrome-extension, live-streaming
- Language: CSS
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Gallery Chrome Extension](https://live-miracles.github.io/gallery-ext/)
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).
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.
## 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.
![]()