Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

When an extension is removed is anything left behind

  • 4 përgjigje
  • 0 e kanë hasur këtë problem
  • 13 parje
  • Përgjigjja më e re nga noel_envode

more options

For the purposes of maintaining a clean profile.

For the purposes of maintaining a clean profile.

Zgjidhje e zgjedhur

If you uninstall an extension properly via the Add-ons page then its data should be removed unless you have chosen to keep it (there are extensions.webextensions.keep prefs on the about:config page). If you remove the extension by removing the file in the profile folder then this cleanup obviously is not possible. If you would reset all prefs then extensions.webextensions.uuids gets lost and this means that the extension won't be able to find its data in storage/default/moz-extension+++<UUID>.

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (4)

more options

I have found left over files in my profile from addons that were removed years before.

more options

So there is no mechanism to assure this doesn't happen, or clean things up? To avoid possible profile corruption from bad stuff left behind?

more options

Zgjidhja e Zgjedhur

If you uninstall an extension properly via the Add-ons page then its data should be removed unless you have chosen to keep it (there are extensions.webextensions.keep prefs on the about:config page). If you remove the extension by removing the file in the profile folder then this cleanup obviously is not possible. If you would reset all prefs then extensions.webextensions.uuids gets lost and this means that the extension won't be able to find its data in storage/default/moz-extension+++<UUID>.

more options

cor-el said

If you uninstall an extension properly via the Add-ons page then its data should be removed
Great. Thanks.