A Chrome extension that allows you to redirect any YouTube link you visit to an Invidious instance. Also, it lets you choose the instance and adjust its settings once, and these settings are applied to all other instances you choose from the list.
Forwardious-preveiw.mp4
Set invidious instance and easily check its details. |
Configure invidious preferences. |
All Chromium-based browsers are supported
You must have Git installed and the Flutter SDK added to your OS environment variables
-
git clone https://github.com/XxA7med66xX/forwardious.git
-
cd forwardious
-
flutter pub get
-
dart build_extention.dart
After the build is complete, you will find the extension files in forwardious/build/web
-
Download the extension from the release section and extract it, or get the extension files from
forwardious/build/web
if you build it yourself. -
In your browser, go to the extensions section and enable developer mode.
-
Select "Load unpacked" and choose the extension folder.