stream-bypass Svelte Themes

Stream Bypass

🌍 A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video

Stream Bypass

A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.

Version Firefox Addon Store Chrome Store GitHub Downloads

Introduction 📝Installation 📥Features ✨Supported Websites 📜Building 🛠️Settings ⚙️License ⚖

📝 Introduction

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.

How it works:

📥 Installation

Official browser stores

The best way to install the extension are the official browser extension stores:

Manual installation

  • Firefox (mv2)
    • Download stream-bypass-<version>-mv2.zip from the latest release and unzip it (e.g. with 7zip)
    • Go into your browser and type about:debugging#/runtime/this-firefox in the address bar
    • Click the Load Temporary Add-on... button and choose the manifest.json file in the unzipped directory
  • 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.zip from the latest release and unzip it (e.g. 7zip)
    • Go into your browser and type chrome://extensions in the address bar
    • Turn on the developer mode by checking the switch in the top right corner
    • Click Load unpacked and choose the unzipped directory

✨ Features

  • ✔: 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)

📜 Supported websites

  • ✔: 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.

🛠️ Building

If you want to build the addon from source and not using the way described in installation, follow the instructions.

Requirements:

  • npm installed.
  • 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:firefox

You can omit the :firefox suffix, then it's built for Chrome.

Install

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:

  1. Type about:debugging in the browser's address bar.
  2. Select 'This Firefox' tab (maybe named different, depending on your language).
  3. Under Temporary Extensions, click Load Temporary Add-on.
  4. Choose any file in the directory where the compiled sources are.

⚙️ Settings

You reach the settings by pressing the tree dots (⋮) in the top right corner of the extension popup.

Hosts

You can enable or disabled for which hosts the extension should redirect.

ff2mpv

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.json you created:
    • Firefox: Add {55dd42e8-3dd9-455a-b4fe-86664881b10c} to allowed_extensions:

      "allowed_extensions": [
        "[email protected]",
        "{55dd42e8-3dd9-455a-b4fe-86664881b10c}"
      ]
      
    • Chrome/Chromium: - Go To: Settings -> Extensions - Click on Details of the Stream Bypass extension and copy the ID - Add chrome-extension://ddfpfjomnakfckhmilacnbokdaknamdb/ to allowed_origins:

      "allowed_origins": [
        "chrome-extension://ephjcajbkgplkjmelpglennepbpmdpjg/",
        "chrome-extension://ddfpfjomnakfckhmilacnbokdaknamdb/"
      ]
      

⚖ License

This project is licensed under the MIT License - see the LICENSE file for more details.

Top categories

Loading Svelte Themes