I have built a Chrome extension and been looking online for some time now to find a solution to reading local windows registry keys from the extension. As i have understood so far, Chrome prevents the extensions from accessing user settings/Registry keys and the only way to gain access to the windows registry is via the help of NPAPI. However, NPAPI is currently discouraged as Chrome is planning to completely drop support for NPAPI. Any ideas on that? Can anyone guide me through this topic? Is there another way to accessing the registry from within the extension? And is NPAPI truly discouraged for new extensions/Projects?
Thanks a lot for your help in advance.