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 7171
7272chromeVersion = parseInt ( chromeVersion ) ;
7373sendMessageToHost ( {
74- version : "2.0.7 "
74+ version : "2.0.8 "
7575} ) ;
7676
7777// Read the local storage for excluded keywords
@@ -164,7 +164,7 @@ current_browser.downloads.onCreated.addListener(function(downloadItem) {
164164 } else {
165165 url = downloadItem [ 'url' ] ;
166166 }
167- if ( fileSize != - 1 && fileSize < minFileSizeToInterrupt && ! isWhiteListed ( url ) ) {
167+ if ( fileSize < minFileSizeToInterrupt && ! isWhiteListed ( url ) ) {
168168 return ;
169169 }
170170 if ( isBlackListed ( url ) ) {
Original file line number Diff line number Diff line change 4949 " storage" ,
5050 " cookies"
5151 ],
52- "version" : " 2.0.7 "
52+ "version" : " 2.0.8 "
5353}
Original file line number Diff line number Diff line change 2828< body >
2929 < div id ="parent-container ">
3030 < 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 >
3232 </ div >
3333 < hr >
3434 < label id ="info "> </ label > < label id ="error "> </ label > < label id ="warn "> </ label >
You can’t perform that action at this time.
0 commit comments