Redirect DRM streaming sites to alternatives. Automatic, silent, and cascading fallback.
- Broad Coverage: Support for 40+ DRM sites across Video, Music, Sports, and International categories.
- Cascading Fallback: Automatic redirect with a 10-second timeout to the next alternative if a site is unreachable.
- Granular Control: Toggle individual sites or entire categories via the settings panel.
- Privacy Focused: Operates locally on your browser with no external tracking or data collection.
- Performance: Lightweight background service worker implementation.
Rove is available on the Firefox Add-ons Store.
Manual Installation:
- Download
rove-firefox-v1.0.0.zipfrom the Releases page. - Visit
about:debugging#/runtime/this-firefoxin your browser. - Click "Load Temporary Add-on" and select the downloaded manifest file from the extracted ZIP.
Due to the Chrome Web Store developer fee, we provide a manual installation package:
- Download
rove-chrome-v1.0.0.zipfrom Releases. - Extract the ZIP file to a local directory.
- Open
chrome://extensionsin your browser. - Enable Developer Mode in the top-right corner.
- Click Load Unpacked and select the directory where you extracted the files.
Note: Help us get on the official Chrome Web Store for 1-click updates. Sponsor this project on GitHub to help cover the developer fee.
- Node.js (v18 or higher)
- npm
npm install # Install dependencies
npm run ship # Build and package for all browsers (Outputs to /builds)
npm run build:chrome # Build Chrome version only
npm run build:firefox # Build Firefox version only
npm run clean # Remove build artifactsextension/: Source code for the browser extension (TypeScript).shared/: Shared logic, types, and constants.scripts/: Build, transformation, and packaging automation.alternatives.json: The redirect configuration database.
Licensed under the GNU General Public License v3.0. Base project by wysh.