dhowe / AdNauseam

AdNauseam: Fight back against advertising surveillance
GNU General Public License v3.0
4.54k stars 190 forks source link

AdNauseam is removed from extensions upon browser restart #2339

Closed mikii123 closed 1 year ago

mikii123 commented 1 year ago

Steps for anyone to reproduce the issue

  1. Chrome Version 114.0.5735.134 (Official Build) (64-bit)
  2. Load unpacked AdNauseam.
  3. Close Chrome.
  4. Reopen Chrome.
  5. Open extension list and observe. AdNauseam is not on the extension list after restart, doesn't load, doesn't work. Adding it again and restarting the browser has the exact same effect.

Your settings

dhowe commented 1 year ago

Thanks for the report -- can you verify that the (unpacked) AdNauseam folder is still in the same local location as when it was installed ?

Quezako commented 1 year ago

I had the same problem with 2 profiles under Chrome 115.0.5790.171 64 bits, under Windows 11. I renamed the folder and now it keeps loading after restart.

mikii123 commented 1 year ago

@dhowe yes, AdNauseam folder is still there.

dhowe commented 1 year ago

@mneunomne ?

mneunomne commented 1 year ago

Sorry for the delay. Usually yes this happens when the folder is changed location OR when there is some conflict between two version of the extension and you need to change the location of the folder or rename it and install it once again.

This happened to me when we had the manifest id change and it created a conflict on chrome, where if i installed the extension again from the same folder location and the version with the different id, it would generate this issue. This happens because chrome uses the folder location of the unpacked extension as some sort of key for a cached folder.

Not sure why this happened on your case, but the solution is to change the location of the installation usually.

dhowe commented 1 year ago

closing for now