arshamalh / 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

Demo video:

Text introduction:

First of all, open your Motrix installed on your computer, and go to Preferences > Advanced > Security > RPC secret and make a random secret key and copy it.

how to use motrix step 1

Then, go to chrome extentions, go to motrix extention settings, paste the key (and only the key) and click on "SET KEY" button in front of it. You are ready to go! how to use motrix step 2

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 94.2%Language:HTML 5.0%Language:CSS 0.8%