საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Remove an individual add-on's data?

  • 4 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა forumaccount

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)

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:

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?

შერჩეული გადაწყვეტა

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.

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!