How do I fix Node 17792 ExtensionLoadWarning?

Viewed 480

(node:17792) ExtensionLoadWarning: Warnings loading extension at C:\Users\xxx\AppData\Roaming\xxxxxxx\extensions\fmkadmapgofadopljbjfkapdkoienihi: Unrecognized manifest key 'browser_action'. Unrecognized manifest key 'minimum_chrome_version'. Unrecognized manifest key 'update_url'. Cannot load extension with file or directory name _metadata. Filenames starting with "_" are reserved for use by the system.

I'm creating an electron-react app on Windows 10 and receiving this error.

Relatively new to programming.

Does anyone know how to fix this error without breaking changes ?

Many thanks

0 Answers
Related