Page 1 of 1

Integration with Turbo Download Manager

Posted: Wed Dec 02, 2015 2:56 pm
by dddhiraj
Hello,
I have been using Flahgot for a while now, thank you developers for this amazing extension. I came across an extension Turbo Download Manager which allows multi thread downloading, but I am unable to integrate it with FlashGot.
Please help.

Re: Integration with Turbo Download Manager

Posted: Wed Dec 02, 2015 7:41 pm
by therube
> Turbo Download Manager

URL?

Re: Integration with Turbo Download Manager

Posted: Tue Dec 29, 2015 8:27 am
by vi89
https://addons.mozilla.org/it/firefox/a ... d-manager/

I'm interested as well, here is the url extension. DownThemAll development is too slow (version 3 has been in beta since when now??). Thanks!

Re: Integration with Turbo Download Manager

Posted: Wed Jan 13, 2016 2:02 pm
by AndyRe
here is a sample code to send a download request to TDM. You can run from scratchpad.

Code: Select all

//https://github.com/inbasic/turbo-download-manager/blob/master/src/data/firefox/chrome/content/overlay.js#L12
var connect = Components.utils.import('resource://jid0-dsq67mf5kjjhiiju2dfb6kk8dfw-at-jetpack/data/firefox/shared/connect.jsm');

connect.remote.download({
  url: 'https://www.google.be/images/nav_logo242.png',
  name: '', // optional
  threads: 3, // optional
  timeout: 10 * 1000, // optional (ms)
  folder: '/Users/amin/Desktop' // optional
});

Re: Integration with Turbo Download Manager

Posted: Sun Jan 17, 2016 7:53 am
by ricky smith
@therube is it possible to ask FlashGot to call this JavaScript code in the current version?

Re: Integration with Turbo Download Manager

Posted: Tue Mar 08, 2016 12:06 pm
by sarah.york
+1

Re: Integration with Turbo Download Manager

Posted: Sat Jul 30, 2016 3:16 pm
by Shyboy
+1 with this, TDM it's better and better with time, and Flashgot need a integration with it.

Re: Integration with Turbo Download Manager

Posted: Thu Aug 18, 2016 12:34 pm
by sbwtw
+1, please support TDM.

Re: Integration with Turbo Download Manager

Posted: Mon Sep 05, 2016 9:50 am
by AnonYmous999
+1, please support TDM.