I see that there is a need for a more detailed explanation.
You need:
Vista SP2 x64 (you may need to upgrade it to 2017 EOL)
kernel33.dll from Vista extended kernel v2023-03-09.
p_advp32, p_ole, pwp_shl, p_user from Supermium 132 R4. (for convenience you can name them advapi33, ole33, shell33, user33 etc)
In the chrome.exe file, change kernel32.dll to kernel33.dll in the import table using CFF Explorer
In the chrome.dll file, change the same import. Then open this file in HxD and search for advapi32, ole32, shell32, user32 - they may be in several places, change the ones that are full import table looking like below:
In the chrome_elf.dll file, as you rightly pointed out, change NtOpenKeyEx to the NtOpenKey version.