Making Firefox 2.0.0* extensions work in Firefox 3.0.2*
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 :
- Download the xpi file of your plugin by right-clicking on the Install Now button and selecting Save Link As
- Right-click the downloaded my-extension-blah.xpi file and using 7-Zip select Open Archive (.
- Navigate to the install.rdf file and right-click and select Edit and find the
maxVersiontag and change2.0.0.*to3.0.2.* - Save your install.rdf file and close. Z-Zip will prompt if you want to update the archive so make sure you press ‘Yes’
- 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.






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
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
[…] 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
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