2.1 KiB
2.1 KiB
Reels Master
A browser extension for enhanced Instagram Reels experience with volume control, video downloading, and seeking.
Features
- Volume control — Vertical slider for precise video volume adjustment
- Download reels — Save reels to your device with a single click
- Video seeking — Scrub through a reel with a progress bar — no need to rewatch from the beginning if you missed something
Installation
Chrome
- Download the latest
reels-master-chrome.zipfrom GitHub Releases - Unzip the archive
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode in the top-right corner
- Click Load unpacked and select the unzipped folder
Firefox
- Download the latest
reels-master-firefox.zipfrom GitHub Releases - Open Firefox and go to
about:addons - Click the gear icon → Install Add-on From File...
- Select the downloaded
.zipfile
Note
The extension will be published to the Chrome Web Store and Firefox Add-ons (AMO) in the future. Manual installation only for now.
Development
- Install dependencies:
pnpm install
- Build the extension:
# Both browsers
pnpm build
# Chrome only
pnpm build:chrome
# Firefox only
pnpm build:firefox
- Load in browser:
- Chrome: open
chrome://extensions/, enable Developer mode, click Load unpacked, select thedist/folder - Firefox: open
about:debugging#/runtime/this-firefox, click Load Temporary Add-on, select any file insidedist/
- Chrome: open
Watch mode
# Chrome
pnpm dev
# Firefox
pnpm dev:firefox
Usage
- Open Instagram and navigate to any reel
- New controls will appear next to the like and comment buttons:
- Mute button — toggle audio on/off
- Volume slider — drag to adjust volume (0–100%)
- Download button — click to save the current reel
- A progress bar with current time and duration is shown in the video overlay for seeking
License
MIT