A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.
Introduction ๐ โข Installation ๐ฅ โข Features โจ โข Supported Websites ๐ โข Building ๐ ๏ธ โข Settings โ๏ธ โข License โ
This addon replaces the video player from this sides with the native player build-in into the browser or redirects directly to the source video. This has the advantage, that no advertising or popups are shown when trying to interact with the video (playing, skipping, ...) or some sites are showing them even if you do nothing. Additionally, this enables you to download the video by right-clicking it and just choose the download option.
The best way to install the extension are the official browser extension stores:
- Firefox Addon Store (Firefox for Android is supported too!)
- Chrome Web Store
- Firefox (mv2)
- Download
stream-bypass-<version>-mv2.zipfrom the latest release and unzip it (e.g. with 7zip) - Go into your browser and type
about:debugging#/runtime/this-firefoxin the address bar - Click the
Load Temporary Add-on...button and choose themanifest.jsonfile in the unzipped directory
- Download
- Chromium / Google Chrome (mv3)
As nearly every browser other than Firefox is based on Chromium, this should be the same for most of them
- Download
stream-bypass-<version>-mv3.zipfrom the latest release and unzip it (e.g. 7zip) - Go into your browser and type
chrome://extensionsin the address bar - Turn on the developer mode by checking the switch in the top right corner
- Click
Load unpackedand choose the unzipped directory
- Download
- โ: Supported.
- โ: Not supported.
| Feature | Firefox (mv2) | Chrome (mv3) | Firefox for Android (mv2) |
|---|---|---|---|
| Replace site-speicifc video player with browser native video player | โ | โ | โ |
| Support websites that are accessed via a redirect | โ | โ | โ |
| Open video in mpv (with ff2mpv) | โ | โ | โ |
- โ: Everything ok.
- โ : Works with limitations.
- โ: Not supported.
| Site | Firefox & Firefox for Android (mv2) | Chrome & Chromium based (mv2) |
|---|---|---|
| dropload.io | โ | โ |
| doodstream.com / dood.pm | โ | โ (redirect probably required) |
| filemoon.to | โ | โ |
| goodstream.uno | โ | โ |
| kwik.cx | โ | โ |
| loadx.ws | โ | โ (background request always required) |
| luluvdo.com | โ | โ (background request always required) |
| mixdrop.co | โ ๏ธ | โ |
| mp4upload.com | โ | โ |
| newgrounds.com | โ | โ |
| streama2z.com | โ | โ (redirect always required) |
| streamtape.com | โ (correct video url can't always be extract, retrying/reloading the page might fix it) | โ (correct video url can't always be extract, retrying/reloading the page might fix it) |
| streamzz.to / streamz.ws | โ | โ |
| supervideo.tv | โ | โ |
| upstream.to | โ | โ |
| vidmoly.to | โ | โ |
| vidoza.net | โ | โ |
| voe.sx | โ | โ (redirect always required) |
| vupload.com | โ | โ |
This table might not be 100% accurate, it isn't actively monitored if the addon works for every website!
Some sites put much effort in obfuscating their code / how they receive the video stream so that it simply cost too much time for me to reverse engineer it and find out how to bypass the native video player of the site.
If you want to build the addon from source and not using the way described in installation, follow the instructions.
Requirements:
npminstalled.- A copy of this repository and a shell / console open in the copied directory.
If the requirements are satisfied, you can continue with the following commands:
# install all dependencies
$ npm i
# build the extension and start it in a new firefox instance
$ npm run dev:firefox
# build the extension with optimizations to the .output/firefox-mv2 directory
$ npm run build:firefoxYou can omit the :firefox suffix, then it's built for Chrome.
If you want to use the addon in Chromium or any browser which is based on it, follow the steps in the manual installation. When using firefox, use the following:
- Type
about:debuggingin the browser's address bar. - Select 'This Firefox' tab (maybe named different, depending on your language).
- Under
Temporary Extensions, clickLoad Temporary Add-on. - Choose any file in the directory where the compiled sources are.
You reach the settings by pressing the tree dots (โฎ) in the top right corner of the extension popup.
You can enable or disabled for which hosts the extension should redirect.
ff2mpv allows you to play streams directly in mpv instead of the browser. You can enable or disable this behavior.
Steps to get it set up
- In the Usage section of the ff2mpv repository pick the installation instruction for your operating system (Linux/Windows/macOS; you do not need the browser addon).
- Scroll down to
Install manually - Follow instructions for Firefox/Chrome
- Edit the
ff2mpv.jsonyou created:-
Firefox: Add
{55dd42e8-3dd9-455a-b4fe-86664881b10c}toallowed_extensions:"allowed_extensions": [ "[email protected]", "{55dd42e8-3dd9-455a-b4fe-86664881b10c}" ] -
Chrome/Chromium: - Go To: Settings -> Extensions - Click on
Detailsof the Stream Bypass extension and copy the ID - Addchrome-extension://ddfpfjomnakfckhmilacnbokdaknamdb/toallowed_origins:"allowed_origins": [ "chrome-extension://ephjcajbkgplkjmelpglennepbpmdpjg/", "chrome-extension://ddfpfjomnakfckhmilacnbokdaknamdb/" ]
-
This project is licensed under the MIT License - see the LICENSE file for more details.
