PLEASE put up all FDM and Firefox problems here!
Firefox and FDM in private browsing
I just updated to 3.9.6 and had a some trouble getting the plugin to work again, at first. Turns out that the new plugin for FF40+ (I was looking for the video monitoring functionality and the video download button) apparently does not work in Firefox private tabs yet, by default, while it works fine in regular tabs. Fortunately it is possible to modify the plugin's package.json by yourself to allow it to work in private tabs as well.
As described in https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/private-browsing, by adding it started working for me. Thought maybe other people might have had the same problem and might benefit from the solution.
As described in https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/private-browsing, by adding
Code: Select all
"permissions": {"private-browsing": true}
Re: Firefox and FDM in private browsing
By default NO add-on should work in private mode, so it's expected behaviour.Althalus wrote:Turns out that the new plugin for FF40+ (...) apparently does not work in Firefox private tabs yet, by default, while it works fine in regular tabs.
Note that any manual editing breaks digital signature of extension, so starting from Firefox 41 it will be allowed only in developer's version of Firefox.Althalus wrote:Fortunately it is possible to modify the plugin's package.json by yourself to allow it to work in private tabs as well.
Thanks for the helpful hint.Althalus wrote:As described in https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/private-browsing, by addingit started working for me. Thought maybe other people might have had the same problem and might benefit from the solution.Code: Select all
"permissions": {"private-browsing": true}
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Re: PLEASE put up all FDM and Firefox problems here!
Usher wrote:By default NO add-on should work in private mode, so it's expected behaviour.
Thanks for the clarification. Didn't know that, since the old plugin did work in private tabs by default (at least up to FF39). So I always used it there and was somewhat surprised when the new one didn't work there.
Usher wrote:Note that any manual editing breaks digital signature of extension, so starting from Firefox 41 it will be allowed only in developer's version of Firefox.
To be honest, I was a little surprised that I was able to modify it so easily. But if they'll only start enforcing signatures with FF41, that explains it. Funny, though, that the old plugin was marked as "could not be verified" in FF40 before I updated it, while the new one with my modification is not marked that way in the add-on list.
~Althalus
Mozilla moving to Blink-compatible API for extensions
Mozilla developers have been permissive to add-ons (both plugins and extensions) so far, though they've already started to insist on security and quality - thay may block any add-on if it crashes Firefox or is reported as a security breach. Now they start to make development rules more strict and to force 3rd party developers to obey the rules - maybe because they still think about FirefoxOS.
On the other side Mozilla developers try to make programming easier - as Chrome and other WebKit/Blink based browsers (Safari, Opera) in total are dominating now, Mozilla decided to move add-on development to WebExtensions API (compatible with WebKit/Blink extensions). Note that Microsoft devs are also going to use Chrome compatible extensions in their new browser Edge.
Mozilla devs claim that Blink compatible API is already better documented than API for their own extensions, and it will be much easier to develop a single extension for many browsers. More you can read here:
https://blog.mozilla.org/addons/2015/08 ... x-add-ons/
On the other side Mozilla developers try to make programming easier - as Chrome and other WebKit/Blink based browsers (Safari, Opera) in total are dominating now, Mozilla decided to move add-on development to WebExtensions API (compatible with WebKit/Blink extensions). Note that Microsoft devs are also going to use Chrome compatible extensions in their new browser Edge.
Mozilla devs claim that Blink compatible API is already better documented than API for their own extensions, and it will be much easier to develop a single extension for many browsers. More you can read here:
https://blog.mozilla.org/addons/2015/08 ... x-add-ons/
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Re: PLEASE put up all FDM and Firefox problems here!
Dear developer,
I have found a small problem that the menu item "Download with Free Download Manager" don't display in private mode, can you resolve it?
Regards.
I have found a small problem that the menu item "Download with Free Download Manager" don't display in private mode, can you resolve it?
Regards.
Re: PLEASE put up all FDM and Firefox problems here!
This doesn't matter at all as this is a Firefox notification anyway, nothing more, and it should still be working. Unverified extensions are NOT disabled!themanwithoutsleep wrote:FF 40.0.2 + FDM Extension 1.7.54 + FDM build 1559 - Was unable to test. I could not get FF to enable the extension because it "could not be verified".
But alas the current status is: Free Download Manager plugin 1.7.5.4 (as the extension is actually shown in Firefox) is NOT working with Firefox v40.0.3.
Re: PLEASE put up all FDM and Firefox problems here!
It won't work - because of incompatible changes in Firefox API. It's been noted earlier, when reporting problems with Firefox 38 and 39. If you still want to use the old style plugin, install Firefox 38 ESR.Guest wrote:But alas the current status is: Free Download Manager plugin 1.7.5.4 (as the extension is actually shown in Firefox) is NOT working with Firefox v40.0.3.
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Re: PLEASE put up all FDM and Firefox problems here!
Usher, which FDM version works with FF ESR 38,2,1 ?
I grabbed 3.9.6 1614, it installed extension 2.0.14 and nothing.
XP Pro SP3
I grabbed 3.9.6 1614, it installed extension 2.0.14 and nothing.
XP Pro SP3
Re: PLEASE put up all FDM and Firefox problems here!
All FDM 3.9.6 builds > 1600 come with the new plugin 2.0.x.
The latest FDM build with the old style plugin is FDM 3.9.6 build 1559 (plugin 1.7.5.4). It's clearly described in FDM 3.9.6 topic.
The latest FDM build with the old style plugin is FDM 3.9.6 build 1559 (plugin 1.7.5.4). It's clearly described in FDM 3.9.6 topic.
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Re: PLEASE put up all FDM and Firefox problems here!
Guest wrote:This doesn't matter at all as this is a Firefox notification anyway, nothing more, and it should still be working. Unverified extensions are NOT disabled!themanwithoutsleep wrote:FF 40.0.2 + FDM Extension 1.7.54 + FDM build 1559 - Was unable to test. I could not get FF to enable the extension because it "could not be verified".
But alas the current status is: Free Download Manager plugin 1.7.5.4 (as the extension is actually shown in Firefox) is NOT working with Firefox v40.0.3.
I have installed Firefox 40.0.3 and FDM 3.9.6 build 1614 and is working fine.
Free Download Manager extension 2.0.14
so try install FDM again over the current installation and it will register the plugin again proplerly, otherwise make a clean install of FDM.
Re: PLEASE put up all FDM and Firefox problems here!
Yes, FDM still doesn't install newer extensions when updating, leaving the old incompatible extension version active...
Re: PLEASE put up all FDM and Firefox problems here!
In most cases FDM installer works OK. Could you really help developers and provide more details, as it is required by the reporting rules, please?Guest wrote:Yes, FDM still doesn't install newer extensions when updating, leaving the old incompatible extension version active...
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
-
- Posts: 3
- Joined: Tue Sep 08, 2015 2:48 pm
Re: PLEASE put up all FDM and Firefox problems here!
Hi,
I've been using this FDM for years and years and it has worked very well, thanks for this.
Lately I'm not able to download embedded vids with FDM from web pages as the FDM just does not grab the videos anymore. I now need to install an FF extension ''flashgot'' which grabs the vid on which I click it's icon and it redirects the DL to FDM. It's the only way it works for me now.
I'm having the same trouble in Chrome as FDM on its own does nothing for embedded video downloads.
I recall some time back when viewing an embedded vid in a web page, when starting the video, a small icon used to appear in the corner of the video which I could click to start the download in FDM. Has this function been disabled from FDM?
I'm now on FF 40.0.3 and using the latest FDM 3.9.6 with FF ext 2.0.14.
Thanks for any help or explanation.
I've been using this FDM for years and years and it has worked very well, thanks for this.
Lately I'm not able to download embedded vids with FDM from web pages as the FDM just does not grab the videos anymore. I now need to install an FF extension ''flashgot'' which grabs the vid on which I click it's icon and it redirects the DL to FDM. It's the only way it works for me now.
I'm having the same trouble in Chrome as FDM on its own does nothing for embedded video downloads.
I recall some time back when viewing an embedded vid in a web page, when starting the video, a small icon used to appear in the corner of the video which I could click to start the download in FDM. Has this function been disabled from FDM?
I'm now on FF 40.0.3 and using the latest FDM 3.9.6 with FF ext 2.0.14.
Thanks for any help or explanation.
Re: PLEASE put up all FDM and Firefox problems here!
1. Read release issues ("Note") about the latest FDM extension for Firefox: viewtopic.php?f=1&t=17267#p40712rollingrock wrote:Lately I'm not able to download embedded vids with FDM (...)
I'm having the same trouble in Chrome as FDM on its own does nothing for embedded video downloads.
(...)
I'm now on FF 40.0.3 and using the latest FDM 3.9.6 with FF ext 2.0.14.
2. Video hosting sites are known to do incompatible changes in their code for video streaming. That's why you may have problems in Chrome and other browsers, but I can't help you more if you don't want to provide any link for verification.
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
-
- Posts: 3
- Joined: Tue Sep 08, 2015 2:48 pm
Re: PLEASE put up all FDM and Firefox problems here!
Usher wrote:1. Read release issues ("Note") about the latest FDM extension for Firefox: viewtopic.php?f=1&t=17267#p40712rollingrock wrote:Lately I'm not able to download embedded vids with FDM (...)
I'm having the same trouble in Chrome as FDM on its own does nothing for embedded video downloads.
(...)
I'm now on FF 40.0.3 and using the latest FDM 3.9.6 with FF ext 2.0.14.
2. Video hosting sites are known to do incompatible changes in their code for video streaming. That's why you may have problems in Chrome and other browsers, but I can't help you more if you don't want to provide any link for verification.
OK thanks.
I guess this confirms I have to uninstall FDM and use the alternative download manager (also free) where everything is working just fine....for all downloads in FF and Chrome.
Who is online
Users browsing this forum: No registered users and 1 guest