All Projects → gautamkrishnar → Motrix Webextension

gautamkrishnar / Motrix Webextension

Licence: gpl-3.0
A chrome extension for the Motrix Download Manager

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Motrix Webextension

Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-46.64%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1333.6%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-45.45%)
Mutual labels:  chrome-extension, chrome, webextension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (+44.27%)
Mutual labels:  chrome-extension, chrome, webextension
Nim
Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.
Stars: ✭ 168 (-33.6%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-60.87%)
Mutual labels:  chrome-extension, chrome, webextension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-32.81%)
Mutual labels:  chrome-extension, chrome, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-40.32%)
Mutual labels:  chrome-extension, chrome, webextension
Remove W3schools
Chrome extension to remove W3Schools results in google searches.
Stars: ✭ 73 (-71.15%)
Mutual labels:  hacktoberfest, plugin, chrome
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-77.87%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-49.8%)
Mutual labels:  hacktoberfest, chrome-extension, webextension
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (-35.18%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+1118.58%)
Mutual labels:  chrome-extension, chrome, webextension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-48.22%)
Mutual labels:  chrome-extension, chrome, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+939.53%)
Mutual labels:  chrome-extension, chrome, webextension
Tabfern
Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
Stars: ✭ 102 (-59.68%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+8151.38%)
Mutual labels:  hacktoberfest, chrome-extension, chrome
Dnspy.extension.holly
A dnSpy extension to aid reversing of obfuscated assemblies
Stars: ✭ 127 (-49.8%)
Mutual labels:  hacktoberfest, plugin
Skip Silence
🔇 Chrome extension to skip silent parts in videos and audio files on any webpage
Stars: ✭ 130 (-48.62%)
Mutual labels:  hacktoberfest, webextension
Js Nightwatch Recorder
🌙 ⌚️ NightwatchJs recorder for Chrome
Stars: ✭ 122 (-51.78%)
Mutual labels:  hacktoberfest, chrome

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

Setup

Chrome

  • Open chrome://extensions in chrome
  • Toggle the developer mode by clicking on the toggle button on the top right corner
  • Download the latest release from the releases page
  • Extract the release file
  • Load extension in the browser using the Load Unpacked button. Point to the extracted release folder.
  • Once the extension is loaded you can see its icon in the toolbar, Set an API Key by clicking on the extension icon set any value you like
  • Open Motrix app, select Preferences > Advanced. Type in the same key you used previously on the RPC Secret field.
  • Click Save & Apply

For more info see the video: Motrix Download Manager chrome extension demo

Firefox

  • Open about:debugging in firefox
  • Click on This firefox option on left
  • Download the latest release from the releases page
  • Click on Load Temporary add-on... button
  • Select the downloaded zip file
  • Once the extension is loaded you can see its icon in the toolbar, Set an API Key by clicking on the extension icon set any value you like
  • Open Motrix app, select Preferences > Advanced. Type in the same key you used previously on the RPC Secret field.
  • Click Save & Apply

For more info see the video: Motrix Download Manager firefox extension demo

Getting started with the development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js >= 12
Firefox Developer Edition ( Optional for Firefox development ) 
Chromium-based Browser ( Optional for Chromium development )

Installing

A step by step series of examples that tell you how to get a development env running

Clone the Repo

git clone https://github.com/gautamkrishnar/motrix-chrome-extension.git
cd motrix-chrome-extension

Install dependecies

npm install

Check package.json for build scripts.

Why it is not available in the chrome web store

Will publish it once it is stable. Requires a lots of testing.

Built With

Contributing

Please note that this extension is still in the initial version of its release. There may be bugs, please open an issue if you encounter any. Feel free to modify the code and open a PR. This is my first chrome extension 😄 any suggestions are always welcome.

Authors

See also the list of contributors who participated in this project.

License

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

Releases

Please see the releases page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].