If you need help to download all your extensions for manual install in cursor:
Powershell:
code --list-extensions | % { Start-Process "https://marketplace.visualstudio.com/items?itemName=$_" }
Maybe this can help a bit, it opens all the Marketplace websites of the listed addons where you just have to click "Download Extension".