# motrix-webextension **Repository Path**: renzen2020/motrix-webextension ## Basic Information - **Project Name**: motrix-webextension - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Motrix WebExtension This WebExtension allows you to automatically download all the files via [Motrix Download Manager](https://motrix.app/) instead of your browser's native download manager. You must download and install the Motrix download manager first to use this extension: [Releases](https://github.com/agalwood/Motrix/releases/latest) ![motrix-extension](https://user-images.githubusercontent.com/8397274/71557256-bed84a80-2a69-11ea-98d9-f2f20d2a0065.gif) ## 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. There is also an option to update the RPC Listen Port, you dont have to do it. If you are updating it please make sure that you set it to the extension using the set port option in the extension. how to use motrix step 1 2. 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 [link-chrome]: https://chrome.google.com/webstore/detail/motrix-webextension/djlkbfdlljbachafjmfomhaciglnmkgj 'Version published on Chrome Web Store' [Chrome][link-chrome] [][link-chrome] also compatible with [Edge][link-chrome] [Opera][link-chrome] ### Firefox [link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/motrixwebextension/ 'Version published on Mozilla Add-ons' [Firefox][link-firefox] [][link-firefox] ### Building from sources More info [here](installing-via-releases.md) ## Development ### Install ```shell yarn install ``` ### Starting the development server ```shell yarn run dev chrome yarn run dev firefox yarn run dev opera yarn run dev edge ``` ### Build ```shell 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 * [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox) ### License This project is licensed under the GPL License - see the [LICENSE](LICENSE) file for details ### Bugs If you are experiencing any bugs, don’t forget to open a [new issue](https://github.com/gautamkrishnar/motrix-webextension/issues/new). ### Maintainers - [@gautamkrishnar](https://github.com/gautamkrishnar) - [@JaroslawPokropinski](https://github.com/JaroslawPokropinski) ### Contributors Special thanks to these amazing people ### Liked it? Hope you liked this project, don't forget to give it a star ⭐