javascript - How do I hide the download bar in a chrome extension? -
is there way hide downloads bar appearing @ bottom programatically after download complete in chrome extension? i have tried did not work: chrome.downloads.setshelfenabled(false); there no such feature provided chrome. can hide downloads automatically using following extension: https://chrome.google.com/webstore/detail/always-clear-downloads/cpbmgiffkljiglnpdbljhlenaikojapc/related in case want go through downloads list, there option of using ctrl + j