<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; firefox plugins</title>
	<atom:link href="http://www.ghacks.net/tag/firefox-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 15:03:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Stop Automatic Plugin Installations In Firefox</title>
		<link>http://www.ghacks.net/2009/10/18/how-to-stop-automatic-plugin-installations-in-firefox/</link>
		<comments>http://www.ghacks.net/2009/10/18/how-to-stop-automatic-plugin-installations-in-firefox/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 09:34:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[firefox security]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17405</guid>
		<description><![CDATA[Yesterday&#8217;s incident (read Microsoft Silently Installing Windows Presentation Foundation Plugin For Firefox for pointers) brought up a question on how the plugin that caused the problems was installed it first place. Mozilla Firefox users with the Microsoft net. Framework 3.5 SP1 had the plugin installed without them accepting the installation of the plugin. This can [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday&#8217;s incident (read <a href="http://www.ghacks.net/2009/10/17/microsoft-silently-installing-windows-presentation-foundation-plugin-for-firefox/">Microsoft Silently Installing Windows Presentation Foundation Plugin For Firefox</a> for pointers) brought up a question on how the plugin that caused the problems was installed it first place. <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> users with the Microsoft net. Framework 3.5 SP1 had the plugin installed without them accepting the installation of the plugin. This can be problematic not only from a security standpoint but also from a stability one.</p>
<p>The majority of the blame should not be put solely on Microsoft though. Other software companies like Apple or Google have been doing exactly the same thing. <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> users might notice a Google Update plugin or Apple iTunes plugin in the plugin section of the web browser. And those installations are not blocked by the Firefox browser.</p>
<p><span id="more-17405"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/10/firefox_plugins-500x295.jpg" alt="firefox plugins" title="firefox plugins" width="500" height="295" class="alignnone size-medium wp-image-17406" /></p>
<p>There is however an option to block automatic plugin installations. It is not a perfect solution though but it is all that is provided currently. The Mozilla developers have added several directories and locations in the Firefox preferences that are automatically scanned by the web browser for plugins. If a plugin is found it will be added and activated in the browser.</p>
<p>These plugin directories are listed in the all.js files which is located in the greprefs directory of the Firefox installation. The following directories and locations are listed in the file (search for plugin or another word that will move the cursor to that position).</p>
<blockquote><p>// Locate Java by scanning the Sun JRE installation directory with a minimum version<br />
// Note: Does not scan if security.enable_java is not true<br />
pref(&#8221;plugin.scan.SunJRE&#8221;, &#8220;1.3&#8243;);</p>
<p>// Locate plugins by scanning the Adobe Acrobat installation directory with a minimum version<br />
pref(&#8221;plugin.scan.Acrobat&#8221;, &#8220;5.0&#8243;);</p>
<p>// Locate plugins by scanning the Quicktime installation directory with a minimum version<br />
pref(&#8221;plugin.scan.Quicktime&#8221;, &#8220;5.0&#8243;);</p>
<p>// Locate and scan the Window Media Player installation directory for plugins with a minimum version<br />
pref(&#8221;plugin.scan.WindowsMediaPlayer&#8221;, &#8220;7.0&#8243;);</p>
<p>// Locate plugins by the directories specified in the Windows registry for PLIDs<br />
// Which is currently HKLM\Software\MozillaPlugins\xxxPLIDxxx\Path<br />
pref(&#8221;plugin.scan.plid.all&#8221;, true);</p>
<p>// Controls the scanning of the Navigator 4.x directory for plugins<br />
// When pref is missing, the default is to pickup popular plugins such as<br />
// Flash, Shockwave, Acrobat, and Quicktime. If set to true, ALL plugins<br />
// will be picked up and if set to false the scan will not happen at all<br />
//pref(&#8221;plugin.scan.4xPluginFolder&#8221;, false);</p></blockquote>
<p>As you can see there are entries for Sun Java, Adobe Acrobat, Apple Quicktime, the Windows Registry and Netscape plugins. Putting a comment in front of the plugin locations that should not be scanned will block those plugins from being started with Firefox (comments are added by adding // in front of a row).</p>
<p>Many Microsoft, Apple and Google plugins are added from the location in the Windows Registry. It is not advised to block that location completely as it also lists the Adobe Flash plugin in the Registry which would stop Flash support in the web browser. The only solution right now would be to go into the Registry and backup and remove the plugins that are not needed. If it were not for the Flash plugin the whole Registry location could be blocked from being scanned. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/firefox_plugins1-500x295.jpg" alt="firefox plugins" title="firefox plugins" width="500" height="295" class="alignnone size-medium wp-image-17407" /></p>
<p>The programs will not add their plugins again to the Windows Registry unless they are updated or reinstalled. Another option to automatically block plugin installation (and display a prompt instead) is to use a software that will show a prompt before a specific Registry key is edited in Windows. A program like <a href="http://www.jacobsm.com/mjsoft.htm#rgwtchr">MJ Registry Watcher</a> can do that. Simply add the HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins key to the list of keys protected by the program to be informed whenever a software tried to change or add entries to the key.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-plugins/" title="firefox plugins" rel="tag">firefox plugins</a>, <a href="http://www.ghacks.net/tag/firefox-security/" title="firefox security" rel="tag">firefox security</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/18/how-to-uninstall-windows-presentation-foundation-plugin-in-firefox/" title="How To Uninstall Windows Presentation Foundation Plugin In Firefox (October 18, 2009)">How To Uninstall Windows Presentation Foundation Plugin In Firefox</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/web-browser-firefox-307/" title="Web Browser: Firefox 3.0.7 (March 4, 2009)">Web Browser: Firefox 3.0.7</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/10/15/top-5-security-plugins-for-firefox-chrome-and-internet-explorer/" title="Top 5 Security Plugins For Firefox, Chrome And Internet Explorer (October 15, 2009)">Top 5 Security Plugins For Firefox, Chrome And Internet Explorer</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/10/06/test-the-phishing-protection-in-firefox/" title="Test The Phishing Protection In Firefox (October 6, 2009)">Test The Phishing Protection In Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/02/secure-firefox-with-firekeeper/" title="Secure Firefox with Firekeeper (June 2, 2008)">Secure Firefox with Firekeeper</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/18/how-to-stop-automatic-plugin-installations-in-firefox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Uninstall Windows Presentation Foundation Plugin In Firefox</title>
		<link>http://www.ghacks.net/2009/10/18/how-to-uninstall-windows-presentation-foundation-plugin-in-firefox/</link>
		<comments>http://www.ghacks.net/2009/10/18/how-to-uninstall-windows-presentation-foundation-plugin-in-firefox/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 08:46:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[firefox security]]></category>
		<category><![CDATA[windows presentation foundation]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17399</guid>
		<description><![CDATA[Firefox users with the latest Microsoft .net Framework 3.5 SP1 installed might have noticed a message yesterday on browser startup that was telling them that the Windows Presentation Foundation plugin and the Microsoft .net Framework Assistant add-on. Quite a few things puzzled many users about this: Most were pretty sure that they did not install [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/tag/firefox/">Firefox</a> users with the latest Microsoft .net Framework 3.5 SP1 installed might have noticed a message yesterday on browser startup that was telling them that the <a href="http://www.ghacks.net/2009/10/17/microsoft-silently-installing-windows-presentation-foundation-plugin-for-firefox/">Windows Presentation Foundation</a> plugin and the Microsoft .net Framework Assistant add-on. Quite a few things puzzled many users about this: Most were pretty sure that they did not install the add-on or plugin in first place which made it even more mysterious to them. When they checked the plugins section in Firefox add-ons they also noticed that they could not uninstall the Windows Presentation Foundation plugin in Firefox. Had not it been blocked it would be possible to disable it but that&#8217;s not the same thing obviously.</p>
<p><span id="more-17399"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/10/windows_presentation_foundation-500x295.jpg" alt="windows presentation foundation" title="windows presentation foundation" width="500" height="295" class="alignnone size-medium wp-image-17400" /></p>
<p>The following is a guide on how to remove the Windows Presentation Foundation plugin in the Firefox web browser for good. If the plugin would not be blacklisted it would be possible to find out about its dll files by typing in about:plugins in the web browser address bar.</p>
<p>The dll NPWPF.dll is the the Windows Presentation Foundation plugin. Here are the steps to remove it from the Firefox web browser (and other Mozilla products) for good:</p>
<ul>
<li>Close the Firefox web browser and every other Mozilla software that is running.</li>
<li>Go to x:\WINDOWS\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\ in windows Explorer where x is the drive letter where Windows is installed on the computer system.</li>
<li>Locate the file NPWPF.dll</li>
<li>Create a backup of the file by copying it to another location, e.g. to c:\backups\</li>
<li>Delete the dll NPWPF.dll in the Windows Presentation Foundation folder</li>
<li>Restart the computer</li>
</ul>
<p>Open Firefox after the restart. The Windows Presentation Foundation plugin should not show up in the list of installed plugins anymore. There is a second step that might be necessary. There is also a Registry entry for the plugin. Do the following to remove the plugin from there as well:</p>
<ul>
<li>Open the Windows Registry, press [Windows key R], type regedit and hit [enter]</li>
<li>Locate the Registry key HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins</li>
<li>Locate the sub-key HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@microsoft.com/WPF,version=3.5</li>
<li>Right-click the sub-key and select Export to backup the key before deleting it.</li>
<li>Delete the key in the Registry</li>
<li>Restart the computer system or kill and reload explorer.exe in Windows to load the Registry without the key.</li>
</ul>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/windows_presentation_foundation_registry.jpg" alt="windows presentation foundation registry" title="windows presentation foundation registry" width="370" height="254" class="alignnone size-full wp-image-17403" /></p>
<p>This should get rid of the Windows Presentation Foundation plugin in Firefox for now.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-plugins/" title="firefox plugins" rel="tag">firefox plugins</a>, <a href="http://www.ghacks.net/tag/firefox-security/" title="firefox security" rel="tag">firefox security</a>, <a href="http://www.ghacks.net/tag/windows-presentation-foundation/" title="windows presentation foundation" rel="tag">windows presentation foundation</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/18/how-to-stop-automatic-plugin-installations-in-firefox/" title="How To Stop Automatic Plugin Installations In Firefox (October 18, 2009)">How To Stop Automatic Plugin Installations In Firefox</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/web-browser-firefox-307/" title="Web Browser: Firefox 3.0.7 (March 4, 2009)">Web Browser: Firefox 3.0.7</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/10/15/top-5-security-plugins-for-firefox-chrome-and-internet-explorer/" title="Top 5 Security Plugins For Firefox, Chrome And Internet Explorer (October 15, 2009)">Top 5 Security Plugins For Firefox, Chrome And Internet Explorer</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/10/06/test-the-phishing-protection-in-firefox/" title="Test The Phishing Protection In Firefox (October 6, 2009)">Test The Phishing Protection In Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/02/secure-firefox-with-firekeeper/" title="Secure Firefox with Firekeeper (June 2, 2008)">Secure Firefox with Firekeeper</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/18/how-to-uninstall-windows-presentation-foundation-plugin-in-firefox/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Mozilla Plugin Check</title>
		<link>http://www.ghacks.net/2009/10/03/mozilla-plugin-check/</link>
		<comments>http://www.ghacks.net/2009/10/03/mozilla-plugin-check/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 18:14:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[flash check]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozilla plugin check]]></category>
		<category><![CDATA[plugin check]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16913</guid>
		<description><![CDATA[The Mozilla Firefox development team started to check the Flash plugin version of Firefox web browsers on the What&#8217;s New page after Firefox updates recently. This page would inform users if the Flash plugin version of their web browser was not the latest one which usually meant that their web browser was open for attacks [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/mozilla_plugin_check.jpg" alt="mozilla plugin check" title="mozilla plugin check" width="272" height="212" class="alignleft size-full wp-image-16914" />The <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> development team started to check the Flash plugin version of <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> web browsers on the What&#8217;s New page after Firefox updates recently. This page would inform users if the Flash plugin version of their web browser was not the latest one which usually meant that their web browser was open for attacks that would target vulnerabilities in outdated Flash versions. The website would describe the problem to the user and offer a solution in the form of a download link to the latest Flash plugin at the Adobe website.</p>
<p>The idea came up to extend this check to include other popular plugins as well. A first version of that plugin checker is now online and available at a test server which can be publicly accessed by anyone.</p>
<p><span id="more-16913"></span>The scripts on the page will check for installed plugins and compare the version of the installed plugin with the latest version that is offered officially by the developer of the plugin. Supported are at the moment (among others) Apple Quicktime, Shockwave Flash, Adobe Acrobat, Java, RealPlayer and Windows Media Player plugins.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/10/plugin_check-499x346.jpg" alt="plugin check" title="plugin check" width="499" height="346" class="alignnone size-medium wp-image-16915" /></p>
<p>Plugins are either rated as safe or potentially vulnerable (there might be a third rating for vulnerable plugins). An update button is displayed next to potentially vulnerable plugins which should lead to a download page to update the latest version of the plugin. Some plugins do not reveal their full version which means that they will be shown as potentially vulnerable even if the latest version is installed.</p>
<p>Users who want to check out the Mozilla Plugin Check server right now can do so by visiting this <a href="https://www-trunk.stage.mozilla.com/en-US/plugincheck/">link</a>. They should know that the web browser will detect an invalid certificate and ignore it if they wish to continue. The plugin check website is working partially if other web browsers are used to connect to it. </p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-plugins/" title="firefox plugins" rel="tag">firefox plugins</a>, <a href="http://www.ghacks.net/tag/flash-check/" title="flash check" rel="tag">flash check</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/mozilla-plugin-check/" title="mozilla plugin check" rel="tag">mozilla plugin check</a>, <a href="http://www.ghacks.net/tag/plugin-check/" title="plugin check" rel="tag">plugin check</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/08/check-and-remove-plugins-in-firefox/" title="Check and Remove Plugins in Firefox (March 8, 2008)">Check and Remove Plugins in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/08/12/yesscript-is-noscripts-antagonist/" title="YesScript is NoScript&#8217;s Antagonist (August 12, 2008)">YesScript is NoScript&#8217;s Antagonist</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/03/11/webslices-and-activities-ported-to-firefox/" title="Webslices and Activities ported to Firefox (March 11, 2008)">Webslices and Activities ported to Firefox</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/04/23/web-browser-firefox-save-tabs-add-on/" title="Web Browser: Firefox Save Tabs Add-On (April 23, 2009)">Web Browser: Firefox Save Tabs Add-On</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/03/mozilla-plugin-check/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Manage Firefox Plugins</title>
		<link>http://www.ghacks.net/2008/11/18/manage-firefox-plugins/</link>
		<comments>http://www.ghacks.net/2008/11/18/manage-firefox-plugins/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:15:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[disable plugins]]></category>
		<category><![CDATA[enable plugins]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[manage plugins]]></category>
		<category><![CDATA[mozilla-firefox]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8359</guid>
		<description><![CDATA[One relative unknown feature of Firefox 3 is the ability to manage plugins in the browser&#8217;s interface. Many would be surprised that this feature is now available in the Firefox Add-ons menu. The add-ons menu has been revamped in Firefox 3 to include new features such as searching for and installing Firefox add-ons right from [...]]]></description>
			<content:encoded><![CDATA[<p>One relative unknown feature of <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> 3 is the ability to manage plugins in the browser&#8217;s interface. Many would be surprised that this feature is now available in the Firefox Add-ons menu. The add-ons menu has been revamped in Firefox 3 to include new features such as searching for and installing Firefox add-ons right from that interface or the very convenient option to restart Firefox without losing any open tabs whenever a change has been made.</p>
<p>The interface is tab driven and one of the tabs provides access to the list of plugins. You might be surprised about the amount of plugins listed on the page. Each plugin is either shown as enabled or disabled. The enabled plugins are highlighted while the disabled plugins are grayed out a bit to visualize the difference nicely.</p>
<p>A button to enable or disable the plugin is provided after clicking on a specific plugin. The amount of plugins shown in the menu might surprise some users who never looked into there before.</p>
<p><span id="more-8359"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/firefox_plugins-500x295.jpg" alt="firefox plugins" title="firefox plugins" width="500" height="295" class="alignnone size-medium wp-image-8360" /></p>
<p>The test system contained plugins for iTunes, Google Update, Microsoft DRM, Java, Microsoft Office, Flash, Quicktime, Silverlight, Windows Genuine Advantage, Windows Media Player and Windows Presentation Foundation. That&#8217;s a lot of plugins of which most are probably superfluous.</p>

	Tags: <a href="http://www.ghacks.net/tag/disable-plugins/" title="disable plugins" rel="tag">disable plugins</a>, <a href="http://www.ghacks.net/tag/enable-plugins/" title="enable plugins" rel="tag">enable plugins</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-plugins/" title="firefox plugins" rel="tag">firefox plugins</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/manage-plugins/" title="manage plugins" rel="tag">manage plugins</a>, <a href="http://www.ghacks.net/tag/mozilla-firefox/" title="mozilla-firefox" rel="tag">mozilla-firefox</a>, <a href="http://www.ghacks.net/tag/plugins/" title="plugins" rel="tag">plugins</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/19/sync-firefox-bookmarks-without-third-party-help/" title="Sync Firefox Bookmarks Without Third Party Help (October 19, 2008)">Sync Firefox Bookmarks Without Third Party Help</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/11/speed-up-firefox-by-limiting-the-history/" title="Speed Up Firefox By Limiting The History (July 11, 2009)">Speed Up Firefox By Limiting The History</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/19/setup-firefox-to-use-minimal-screen-estate/" title="Setup Firefox To Use Minimal Screen Estate (November 19, 2008)">Setup Firefox To Use Minimal Screen Estate</a> (30)</li>
	<li><a href="http://www.ghacks.net/2009/07/16/save-firefox-bookmark-searches/" title="Save Firefox Bookmark Searches (July 16, 2009)">Save Firefox Bookmark Searches</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/save-and-paste-form-data-in-firefox/" title="Save And Paste Form Data In Firefox (November 25, 2008)">Save And Paste Form Data In Firefox</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/18/manage-firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Check and Remove Plugins in Firefox</title>
		<link>http://www.ghacks.net/2008/03/08/check-and-remove-plugins-in-firefox/</link>
		<comments>http://www.ghacks.net/2008/03/08/check-and-remove-plugins-in-firefox/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 09:05:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox plugins]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/08/check-and-remove-plugins-in-firefox/</guid>
		<description><![CDATA[The terminology used by the Mozilla team is sometimes a little bit confusing. Could you for instance define the differences between add-ons, extensions and plugins ? The first two and the latter are different which is easy to explain. Plugins are installed by third-party applications while add-ons and extensions are installed by the user himself.]]></description>
			<content:encoded><![CDATA[<p>The terminology used by the Mozilla team is sometimes a little bit confusing. Could you for instance define the differences between add-ons, extensions and plugins ? The first two and the latter are different which is easy to explain. Plugins are installed by third-party applications while add-ons and extensions are installed by the user himself.</p>
<p>The big question that I asked myself was if I really needed all those plugins. Before I could answer that question I had to find out which were installed. The command about:plugins in the address bar reveals all plugins currently loaded in <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. I discovered several plugins that I was not using for sure and some that I did not want to mess with.</p>
<p>An Adobe Reader plugin was still installed although I did uninstall the program a while ago. I discovered a Microsoft Office 2007 plugin, a Real Player plugin, AOL Media Playback plugin, Windows Presentation Foundation plugin and several more that I was pretty sure about that I did not need them.</p>
<p><span id="more-3449"></span>The location of those plugins was mentioned in that menu as well which made it easy to track them down. I decided to move all plugins that I thought that I did not need anymore to a temporary location. This ensured that I would be able to move them back if I would discover that an application or website would need those plugins.</p>
<p>You should refresh the settings once you moved those plugins because sometimes other applications tend to take the place of those that you have removed.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-plugins/" title="firefox plugins" rel="tag">firefox plugins</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
	<li><a href="http://www.ghacks.net/2007/10/18/sort-your-firefox-bookmarks/" title="Sort your Firefox Bookmarks (October 18, 2007)">Sort your Firefox Bookmarks</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/02/05/resize-popups-in-firefox/" title="Resize Popups in Firefox (February 5, 2008)">Resize Popups in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/05/remove-the-location-bar-star-in-firefox/" title="Remove the Location Bar Star in Firefox (July 5, 2008)">Remove the Location Bar Star in Firefox</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/07/09/quick-overview-of-firefox-startup-options/" title="Quick Overview of Firefox Startup Options (July 9, 2008)">Quick Overview of Firefox Startup Options</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/08/check-and-remove-plugins-in-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
