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


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -