downloads-router-chrome-extension
downloads-router-chrome-extension copied to clipboard
Chrome Manifest V3 migration (permissions, local storage, async) + optional debugging support.
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).