Uninstalling add-ons: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(fix misinformation + minor edits)
mNo edit summary
Line 21: Line 21:


====Removing profile-installed extensions====
====Removing profile-installed extensions====
You'll need to know the internal "short name" of the extension you're uninstalling. You can find it by searching for the full name in the chrome.rdf file (see below).
You'll need to know the internal "short name" of the extension you're uninstalling. You can find it by searching for the full name in the <tt>chrome.rdf</tt> file (see below).
# Exit Firefox or Thunderbird and make sure it is not listed in your process list (Ctrl-Alt-Delete on Windows).
# Exit Firefox or Thunderbird and make sure it is not listed in your process list (Ctrl-Alt-Delete on Windows).
# Browse to your [[Profile Folder | profile folder]].
# Browse to your [[Profile Folder | profile folder]].
# '''Mozilla Suite users''': Remove the <tt>[[Profile Folder | profile folder]]/chrome/[shortname].jar</tt> file.<br>'''All other users''': Remove the <tt>[[Profile Folder | profile folder]]/extensions/{extension-GUID}</tt> directory. You can find the GUID by looking in extensions.rdf file or by searching for <tt>[shortname].jar</tt> file in your <tt>extensions</tt> directory.
# '''Mozilla Suite users''': Remove the <tt>[[Profile Folder]]/chrome/[shortname].jar</tt> file.<br>'''All other users''': Remove the <tt>[[Profile Folder]]/extensions/{extension-GUID}</tt> directory. You can find the GUID by looking in extensions.rdf file or by searching for <tt>[shortname].jar</tt> file in your <tt>extensions</tt> directory.
# Delete <tt>compreg.dat</tt> and <tt>xul.mfl</tt> (it may be called slightly differently) files. They will be recreated on next browser start.
# Delete <tt>compreg.dat</tt> and <tt>xul.mfl</tt> (it may be called slightly differently) files. They will be recreated on next browser start.
# Edit files in <tt>[[Profile Folder]]\chrome\overlayinfo</tt>. Find those that contain [shortname] inside them and remove entries, that look like this: <pre><RDF:li>chrome://[shortname]/[path/to/file]</RDF:li></pre>
# Edit files in <tt>[[Profile Folder]]/chrome/overlayinfo</tt>. Find those that contain [shortname] inside them and remove entries, that look like this: <pre><RDF:li>chrome://[shortname]/[path to file]</RDF:li></pre>
# Edit the <tt>[[Profile Folder | profile folder]]/chrome/chrome.rdf</tt> file. Remove all entries referencing the extension. See [[Uninstalling Extensions#The_list_of_possible_chrome.rdf_entries | the list of possible entries]].
# Edit the <tt>[[Profile Folder]]/chrome/chrome.rdf</tt> file. Remove all entries referencing the extension. See [[Uninstalling Extensions#The_list_of_possible_chrome.rdf_entries | the list of possible entries]].
# '''Firefox and Thunderbird users''': Edit <tt>[[Profile Folder | profile folder]]/extensions/extensions.rdf</tt>. Remove the entry that looks like this:<br><pre><RDF:Description RDF:about="urn:mozilla:extension:{[GUID]}"
# '''Firefox and Thunderbird users''': Edit <tt>[[Profile Folder]]/extensions/extensions.rdf</tt>. Remove the entry that looks like this:<br><pre><RDF:Description RDF:about="urn:mozilla:extension:{[GUID]}"
                 em:name="QuickNote"
                 em:name="QuickNote"
                 [more info]>
                 [more info]>
Line 34: Line 34:
   <em:targetApplication RDF:resource="rdf:[junk]"/>
   <em:targetApplication RDF:resource="rdf:[junk]"/>
</RDF:Description></pre>
</RDF:Description></pre>
# '''Firefox and Thunderbird users''': Edit <tt>components.ini</tt> and <tt>defaults.ini</tt> and remove the lines that contain the GUID of the extension being uninstalled. They are located in the root of your profile folder.
# '''Firefox and Thunderbird users''': Edit <tt>components.ini</tt> and <tt>defaults.ini</tt> and remove the lines that contain the GUID of the extension being uninstalled. The files are located in the root of your profile folder.
# Remove extension-related preferencess from <tt>[[prefs.js]]</tt>.
# Remove extension-related preferences from <tt>[[prefs.js]]</tt>.


Some extensions also create extra files on your hard drive. For example, [http://menueditor.mozdev.org/ Menu Editor] stores its data in a <tt>menuedit.rdf</tt> file in your [[Profile Folder|profile folder]] and [http://piro.sakura.ne.jp/xul/tabextensions/index.html.en TBE] uses <tt>tabextensions.js</tt>. You might want to remove those too.
Some extensions also create extra files on your hard drive. For example, [http://menueditor.mozdev.org/ Menu Editor] stores its data in a <tt>menuedit.rdf</tt> file in your [[Profile Folder|profile folder]] and [http://piro.sakura.ne.jp/xul/tabextensions/index.html.en TBE] uses <tt>tabextensions.js</tt>. You might want to remove those too.

Revision as of 17:31, 9 January 2005

The New Extension Manager

The Extension Manager in Firefox 0.9+ and Thunderbird 0.7+ is capable of uninstalling extensions (Tools -> Extensions).

If you can't uninstall an extension with the new extension manager, it means one of the following:

  • The extension in question is locked (the uninstall button/menu item are disabled). An example is the default theme. You'll have to unlock it before uninstalling.
  • The extension was not packaged for the new extensions manager (it has a red "generic" icon or not listed in the EM at all). You'll have to uninstall it manually or using an extension uninstaller (see below). The general recommendation is: create a new profile for Firefox or Thunderbird and only install the repackaged extensions in it.
  • If the extension repeatedly shows "This item will be uninstalled after you restart Firefox" even after restarting, do not use the uninstaller extensions. Either start a new profile or try uninstalling manually (see below).

Uninstaller Extensions

These extensions are useful for Firefox (pre-0.9), Thunderbird (pre-0.7), and Mozilla Suite users.

Do not use these extensions if you have the "This item will be uninstalled after you restart Firefox" message in the extension manager! Start a new profile or follow the steps in "Uninstalling manually" section instead.

Uninstalling manually

It is highly recommended that you create a new profile instead of uninstalling manually due to the risks and tediousness involved.

It's a good idea to make backups of your profile folder before deleting or changing anything in case something goes wrong.

Removing profile-installed extensions

You'll need to know the internal "short name" of the extension you're uninstalling. You can find it by searching for the full name in the chrome.rdf file (see below).

  1. Exit Firefox or Thunderbird and make sure it is not listed in your process list (Ctrl-Alt-Delete on Windows).
  2. Browse to your profile folder.
  3. Mozilla Suite users: Remove the Profile Folder/chrome/[shortname].jar file.
    All other users: Remove the Profile Folder/extensions/{extension-GUID} directory. You can find the GUID by looking in extensions.rdf file or by searching for [shortname].jar file in your extensions directory.
  4. Delete compreg.dat and xul.mfl (it may be called slightly differently) files. They will be recreated on next browser start.
  5. Edit files in Profile Folder/chrome/overlayinfo. Find those that contain [shortname] inside them and remove entries, that look like this:
    <RDF:li>chrome://[shortname]/[path to file]</RDF:li>
  6. Edit the Profile Folder/chrome/chrome.rdf file. Remove all entries referencing the extension. See the list of possible entries.
  7. Firefox and Thunderbird users: Edit Profile Folder/extensions/extensions.rdf. Remove the entry that looks like this:
    <RDF:Description RDF:about="urn:mozilla:extension:{[GUID]}"

em:name="QuickNote" [more info]> [more info] <em:targetApplication RDF:resource="rdf:[junk]"/> </RDF:Description>

  1. Firefox and Thunderbird users: Edit components.ini and defaults.ini and remove the lines that contain the GUID of the extension being uninstalled. The files are located in the root of your profile folder.
  2. Remove extension-related preferences from prefs.js.

Some extensions also create extra files on your hard drive. For example, Menu Editor stores its data in a menuedit.rdf file in your profile folder and TBE uses tabextensions.js. You might want to remove those too.

The list of possible chrome.rdf entries
  • <RDF:li RDF:resource="urn:mozilla:package:[shortname]"/>
  • <RDF:li RDF:resource="urn:mozilla:locale:[locale]:[shortname]"/>
  • <RDF:li RDF:resource="urn:mozilla:skin:[skin]:[shortname]"/>
  • <RDF:Description RDF:about="urn:mozilla:["locale"/"skin"]:[locale/skin]:[shortname]"

c:baseURL="[path]"> <c:package RDF:resource="urn:mozilla:package:[shortname]"/> </RDF:Description>

  • <RDF:Description RDF:about="urn:mozilla:package:[shortname]"
                c:baseURL="[path]"
                [a lot more info]>
 <c:selectedLocale RDF:resource="urn:mozilla:locale:[locale]:[shortname]"/>
 <c:selectedSkin RDF:resource="urn:mozilla:skin:[skin]:[shortname]"/>

</RDF:Description>

Removing a globally-installed extension

Firefox 0.9+ and Thunderbird 0.7+, by default, install their extensions into the profile folder, so this section will not apply to those users. Mozilla users are still able to install their extensions globally (that is, in their Mozilla application folder and not their profile folder).

  1. Exit Mozilla.
  2. Browse to the "chrome" directory of your Mozilla application directory (usually C:\Program Files\Mozilla Firefox\chrome for Windows users; for Mac users, Ctrl-Click the Mozilla Application folder package and select "Show Package Contents" and browse to /Applications/Mozilla.app/Contents/MacOS/chrome).
  3. Modify chrome.rdf and the files in your "overlay" folder as described above in the "Optional steps" section.
  4. Delete [extensionname].jar (or the [extensionname] directory if it has one).
  5. Remove every line with a reference to the extension's name from installed-chrome.txt. Usually there are one to three: content, locale, and skin.
  6. A few extensions might use additional files. TBE, for example, uses a "tabextensions.js" in application folder/defaults/pref/ to store its defaults in. Search through your application directory for such files and delete them.