beybeyzk / motrix-webextension

A browser extension for the Motrix Download Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motrix WebExtension

This WebExtension allows you to automatically download all the files via Motrix Download Manager instead of your browser's native download manager.

You must download and install the Motrix download manager first to use this extension: Releases

motrix-extension

How to use

  1. Open the Motrix download manager installed on your computer, and go to Preferences > Advanced > Security > RPC secret and create a random secret key and copy it.

how to use motrix step 1

  1. Go to chrome extensions, go to Motrix WebExtension settings, paste the key and click on "SET KEY" button. You are ready to go!

how to use motrix step 2

Note: You should keep Motrix always running in the background for this extension to work. We cant launch motrix programmatically.

Installing

Chrome / Opera / Edge

Chrome also compatible with Edge Opera

Firefox

Firefox

Building from sources

More info here

Development

Install

yarn install

Starting the development server

yarn run dev chrome
yarn run dev firefox
yarn run dev opera
yarn run dev edge

Build

yarn run build chrome
yarn run build firefox
yarn run build opera
yarn run build edge

Environment

The build tool also defines a variable named process.env.NODE_ENV in your scripts.

Toolkit Docs

License

This project is licensed under the GPL License - see the LICENSE file for details

Bugs

If you are experiencing any bugs, don’t forget to open a new issue.

Maintainers

Contributors

Special thanks to these amazing people

Liked it?

Hope you liked this project, don't forget to give it a star ⭐

About

A browser extension for the Motrix Download Manager

License:GNU General Public License v3.0


Languages

Language:JavaScript 78.0%Language:CSS 18.2%Language:HTML 3.9%