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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Remove an individual add-on's data?

  • 4 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від 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.

Обране рішення

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.

Читати цю відповідь у контексті 👍 1

Усі відповіді (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

Вибране рішення

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!