Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Remove an individual add-on's data?

  • 4 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von forumaccount

more options

How do you remove an add-on's data without clearing all your add-on's data? I have already tried this: https://support.mozilla.org/en-US/kb/cannot-remove-add-on-extension-or-theme and this: https://support.mozilla.org/en-US/questions/1117690 trying both still resulted in the add-on still having it's data when I reinstalled it.

How do you remove an add-on's data without clearing all your add-on's data? I have already tried this: https://support.mozilla.org/en-US/kb/cannot-remove-add-on-extension-or-theme and this: https://support.mozilla.org/en-US/questions/1117690 trying both still resulted in the add-on still having it's data when I reinstalled it.

Ausgewählte Lösung

The extensions folder stores the XPI files from installed extensions. The prefs.js files stores all Firefox preferences that do not have the default value. The prefs.js file is a text file, so you can edit this file with a text editor like Notepad.

Did you open the about:config page via the location/address bar to check for user set (bold) prefs from extensions that you have removed?

Resetting prefs on the about:config page via the right-click context menu to the default value might be safer in your case to remove no longer used prefs.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (4)

more options

If you uninstall (remove) an extension then you only remove the extensions xpi file and not the data that this extension stores in a file or folder in the profile folder.

Is this data stored in a special folder or file in the Firefox profile folder or is this data stored as (extensions) prefs in the prefs.js file?

In case of the latter you need to remove the corresponding lines from prefs.js or reset the prefs on the about:config page.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

You can use this button to go to the current Firefox profile folder:

more options

cor-el said

If you uninstall (remove) an extension then you only remove the extensions xpi file and not the data that this extension stores in a file or folder in the profile folder. Is this data stored in a special folder or file in the Firefox profile folder or is this data stored as (extensions) prefs in the prefs.js file? In case of the latter you need to remove the corresponding lines from prefs.js or reset the prefs on the about:config page. You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue. You can use this button to go to the current Firefox profile folder:

I'm not sure, there is a folder for it in extensions folder and a folder in the profile folder but deleting those still kept it's data. How do I edit the prefs.js file?

more options

Ausgewählte Lösung

The extensions folder stores the XPI files from installed extensions. The prefs.js files stores all Firefox preferences that do not have the default value. The prefs.js file is a text file, so you can edit this file with a text editor like Notepad.

Did you open the about:config page via the location/address bar to check for user set (bold) prefs from extensions that you have removed?

Resetting prefs on the about:config page via the right-click context menu to the default value might be safer in your case to remove no longer used prefs.

more options

cor-el said

The extensions folder stores the XPI files from installed extensions. The prefs.js files stores all Firefox preferences that do not have the default value. The prefs.js file is a text file, so you can edit this file with a text editor like Notepad. Did you open the about:config page via the location/address bar to check for user set (bold) prefs from extensions that you have removed? Resetting prefs on the about:config page via the right-click context menu to the default value might be safer in your case to remove no longer used prefs.

Thank you, it worked!