February 7, 2008

Making Firefox 2.0.0* extensions work in Firefox 3.0.2*

You will find other articles relevant to this document in these sections:
Richard Lee @ 11:10 am

I downloaded Firefox 3 beta 2 today. Give it a whirl i thought. But of course my beloved Web Developer and View Source Chart extensions were disabled because of incompatibility. I was almost about to revert back to 2, but being the stubborn person I am sometimes, I didn’t believe it so I did a bit of Googling and low and behold i stumbled upon some discussion on Mozilla about making the Greasemonkey add-on work under the new Firefox 3 beta - and it turns out all you need to do is hack the installation manifest to change the version compatibility . To summarize here’s what you need do :

  1. Download the xpi file of your plugin by right-clicking on the Install Now button and selecting Save Link As
  2. Right-click the downloaded my-extension-blah.xpi file and using 7-Zip select Open Archive (.
  3. Navigate to the install.rdf file and right-click and select Edit and find the maxVersion tag and change 2.0.0.* to 3.0.2.*
  4. Save your install.rdf file and close. Z-Zip will prompt if you want to update the archive so make sure you press ‘Yes’
  5. Finally open the file in Firefox, or drag it into a blank tab and the installation procedure begins as per normal.

Note: Please note i could only extract the and update the xpi package with 7-Zip, other zip programs didn’t repackage the xpi file properly, i kept getting errors when installing the package.

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • Furl
  • Reddit
  • YahooMyWeb

4 Comments »

  1. FYI So far I’ve successfully installed and running the Web Developer and View Source Chart add-ons. I did however have some strange problem with Fire Bug…

    Comment by Richard Lee — February 8, 2008 @ 10:14 am

  2. FireBug has always had a tendency to screw up Firefox. I guess having to process lots of styling data does that to any browser.

    Comment by The Technographist — February 15, 2008 @ 8:51 pm

  3. […] That’s why a certain discussion on Mozilla’s forums makes us happy. Apparently there’s a way to force extensions to work with Firefox 3, beta or not. And it involves modifying the installation package of the extensions themselves. Take a look at the discussion here, or save time by reading a clear step-by-step here. […]

    Pingback by Get Firefox Add-Ons to Work With Firefox 3 Beta — February 16, 2008 @ 9:00 am

  4. Hey Technographist - Yeah there’s a noticeable difference in performance on heavily scripted sites with Firebug enabled - eg Gmail which has a javascript intensive core nowdays and it even happily warns you about Firebug.. “Firebug is known to make gmail slow unless configured correctly..”

    Comment by Richard Lee — February 17, 2008 @ 11:28 pm

RSS feed for comments on this post. TrackBack URI

Leave a comment