Table of contents
[MISSING]Manual Firefox Extension Uninstall
- Exit Firefox. Check task manager to be sure.
- Open the profile folder in C:\Documents and Settings\kevinkleinfelter\Application Data\Mozilla\Firefox\Profiles
- Find the extension's short name and GUID from chrome.rdf
- Look for the path to the jar file.
- Edit chrome/chrome.rdf and remove all entries referencing the shortname
- Remove the extensions/extension-GUID folder.
- Delete (from the profile folder) compreg.dat and XUL.mf*l
- Edit components.ini and defaults.ini and remove any lines that contain the GUID of the extension (if any)
- Remove it from extensions/extensions.rdf
- Open a bash prompt in the chrome/overlay folder and "grep -R shortname *". Remove each of the offending lines.