You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-32Lines changed: 14 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,20 @@ Simply click on any downloadable links to download the file. 'uGet new Download'
12
12
13
13
To disable uGet from interrupting your download, press <kbd>Insert</kbd> key and click on the link. <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>U</kbd> can be used to disable the extension for a longer period. The same shortcut can enable the extension again.
14
14
15
+
## Known Problems
16
+
### Firefox not interrupting downloads (Issue [#43](https://github.com/slgobinath/uget-chrome-wrapper/issues/43))
17
+
If Firefox does not interrupt the downloads but `Download with uGet` works, delete the `handlers.json` from the following path.
18
+
19
+
```
20
+
~/.mozilla/firefox/mwad0hks.default/handlers.json
21
+
```
22
+
23
+
You may have a different folder name instead of `mwad0hks.default`. Firefox Nightly users may have `firefox-trunk` folder instead of `firefox`.
24
+
25
+
### uGet does not capture the downloads in Windows (Issue [#43](https://github.com/slgobinath/uget-chrome-wrapper/issues/43))
26
+
27
+
Ensure that `uget` directory is directly under the `C:\` drive and the `C:\uget\bin` directory is added to the environment variable `PATH`. Also start uGet manually (recommended to add to the system startup) before downloading any files.
28
+
15
29
16
30
## Contributing
17
31
**Are you a user?**
@@ -30,38 +44,6 @@ Please test uget-chrome-wrapper on your system and report any issues [here](http
30
44
31
45
Please test uget-chrome-wrapper and create installers for your operating system
32
46
33
-
## History
34
-
Version 2.0.5:
35
-
* Added download all links support
36
-
37
-
Version 2.0.4:
38
-
* Added cookie support
39
-
* Added support to Mozilla Firefox
40
-
41
-
Version 2.0.2:
42
-
* Fix the error with Python 3.4 & 3.5
43
-
44
-
Version 2.0.0:
45
-
* Migrate to Python 3
46
-
* Show uget-chrome-wrapper status in the extension
47
-
* Submitted native Opera addon
48
-
49
-
Version 1.3.3:
50
-
* Ctrl + Shift + U to disable uGet Integration extension temporarily
51
-
* Option to exclude URLs
52
-
* Smart capture from native Chrome download
53
-
* Extract Youtube video file names from the URL generated by SaveFrom.net
54
-
55
-
Version 1.2:
56
-
* Now uget-chrome-wrapper supports Google Chrome, Chromium and Vivaldi
57
-
58
-
Version 1.1:
59
-
* Fix extension id mismatch
60
-
* Fix %20 in filename
61
-
62
-
Version 1.0:
63
-
* Integrate uGet Download Manager with Google Chrome
0 commit comments