This repository was archived by the owner on Mar 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
72
72
chromeVersion = parseInt ( chromeVersion ) ;
73
73
sendMessageToHost ( {
74
- version : "2.0.7 "
74
+ version : "2.0.8 "
75
75
} ) ;
76
76
77
77
// Read the local storage for excluded keywords
@@ -164,7 +164,7 @@ current_browser.downloads.onCreated.addListener(function(downloadItem) {
164
164
} else {
165
165
url = downloadItem [ 'url' ] ;
166
166
}
167
- if ( fileSize != - 1 && fileSize < minFileSizeToInterrupt && ! isWhiteListed ( url ) ) {
167
+ if ( fileSize < minFileSizeToInterrupt && ! isWhiteListed ( url ) ) {
168
168
return ;
169
169
}
170
170
if ( isBlackListed ( url ) ) {
Original file line number Diff line number Diff line change 49
49
" storage" ,
50
50
" cookies"
51
51
],
52
- "version" : " 2.0.7 "
52
+ "version" : " 2.0.8 "
53
53
}
Original file line number Diff line number Diff line change 28
28
< body >
29
29
< div id ="parent-container ">
30
30
< div id ="title-container ">
31
- < img id ="img-icon " src ="icon_32.png " /> < span > uGet Integration 2.0.7 </ span >
31
+ < img id ="img-icon " src ="icon_32.png " /> < span > uGet Integration 2.0.8 </ span >
32
32
</ div >
33
33
< hr >
34
34
< label id ="info "> </ label > < label id ="error "> </ label > < label id ="warn "> </ label >
You can’t perform that action at this time.
0 commit comments