downloads-router-chrome-extension icon indicating copy to clipboard operation
downloads-router-chrome-extension copied to clipboard

Chrome Manifest V3 migration (permissions, local storage, async) + optional debugging support.

Open rstribrn opened this issue 3 years ago • 0 comments

Chrome Manifest V3:

  • Manifest updated (permissions, V2->V3 migration).
  • Fixed minor JS syntax problems.
  • Moved from using window.localStorage to Chrome's chrome.storage.local (and kept same functionality even with this async API).

Added optional console output support (new configuration option).

rstribrn avatar Jul 07 '21 12:07 rstribrn