Integration with Turbo Download Manager

Ask for help about FlashGot, no registration needed to post
Post Reply
dddhiraj
Posts: 1
Joined: Wed Dec 02, 2015 2:11 pm

Integration with Turbo Download Manager

Post 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.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0
User avatar
therube
Ambassador
Posts: 7929
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Integration with Turbo Download Manager

Post by therube »

> Turbo Download Manager

URL?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:42.0) Gecko/20100101 SeaMonkey/2.39
vi89

Re: Integration with Turbo Download Manager

Post 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!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0
AndyRe

Re: Integration with Turbo Download Manager

Post 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
});
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0
ricky smith

Re: Integration with Turbo Download Manager

Post by ricky smith »

@therube is it possible to ask FlashGot to call this JavaScript code in the current version?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0
sarah.york

Re: Integration with Turbo Download Manager

Post by sarah.york »

+1
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:44.0) Gecko/20100101 Firefox/44.0
Shyboy
Posts: 1
Joined: Sat Jul 30, 2016 2:03 pm

Re: Integration with Turbo Download Manager

Post by Shyboy »

+1 with this, TDM it's better and better with time, and Flashgot need a integration with it.
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0
sbwtw
Posts: 1
Joined: Thu Aug 18, 2016 12:32 pm

Re: Integration with Turbo Download Manager

Post by sbwtw »

+1, please support TDM.
Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
AnonYmous999

Re: Integration with Turbo Download Manager

Post by AnonYmous999 »

+1, please support TDM.
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36
Post Reply