Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Unpacked Extension Disappears

I am currently developing a Chrome Extension, i test it as an unpacked extension in dev mode, normally the extension remains connected when restarting chrome, however suddenly it is removed every-time i close chrome with no explanation or indication that something is wrong with my extension

Any ideas what went wrong, or why this may happen?

Thanks

like image 751
Kingy04 Avatar asked Apr 13 '16 09:04

Kingy04


People also ask

Why do my Chrome extensions keep disappearing?

Jump to each solution:Restart the browser. Check potentially corrupted extensions. Verify Google Chrome sync » worked for 1 visitor (Jul 2021) Reinstall extensions.

Where do my Chrome extensions go?

When extensions are installed into Chrome they are extracted into the C:\Users\[login_name]\AppData\Local\Google\Chrome\User Data\Default\Extensions folder. Each extension will be stored in its own folder named after the ID of the extension.


1 Answers

What worked for me, after having lost 2 days trying almost everything:

  1. export your bookmarks...
  2. uninstall CHROME
  3. delete C:\Users\%USERNAME%\AppData\Local\Google\Chrome\
  4. install CHROME
like image 184
manuell Avatar answered Oct 07 '22 04:10

manuell