Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gautamkrishnar/motrix-webextension
A browser extension for the Motrix Download Manager
https://github.com/gautamkrishnar/motrix-webextension
chrome chrome-extension download-manager hacktoberfest motrix plugin webextension
Last synced: 25 days ago
JSON representation
A browser extension for the Motrix Download Manager
- Host: GitHub
- URL: https://github.com/gautamkrishnar/motrix-webextension
- Owner: gautamkrishnar
- License: gpl-3.0
- Created: 2019-12-27T17:34:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T14:01:09.000Z (11 months ago)
- Last Synced: 2024-09-27T03:24:27.058Z (about 1 month ago)
- Topics: chrome, chrome-extension, download-manager, hacktoberfest, motrix, plugin, webextension
- Language: JavaScript
- Homepage:
- Size: 713 KB
- Stars: 1,225
- Watchers: 14
- Forks: 97
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - gautamkrishnar/motrix-webextension - A browser extension for the Motrix Download Manager (JavaScript)
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.2. Go to chrome extensions, go to Motrix WebExtension settings, paste the key and click on "SET KEY" button.
You are ready to go!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'[][link-chrome] [][link-chrome] also compatible with [][link-chrome] [][link-chrome]
### Firefox
[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/motrixwebextension/ 'Version published on Mozilla Add-ons'[][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 ⭐