Make old add-ons work in Firefox beta
Thanks to garysimmons on Twitter who pointed to a Lifehacker article from the awesome Gina Trapani on how to force your old add-ons to work in the beta version of Firefox.
Big warning! You're removing a safety net when you do this. Be prepared to deal with bugs, crashes, and security risks if you do this.
OK. Here's how to do it.
Go to the Firefox address bar and type about:config.
Click the button promising to be careful.
You're promising to be careful...RIGHT?
Right-click anywhere on the screen, choose new, then Boolean.
Name your new preference extensions.checkCompatibility. Press OK. Then set it to false and press OK again.
Now right-click again anywhere choose New and Boolean and make the name of this one extensions.checkUpdateSecurity and set the value of that one to false.
Great! You've just instructed Firefox not to check the validity of the extension and to tell update security to go take a flying leap.
If you're sure you want to do that, restart Firefox.
Now all your add-ons should load quite nicely. At least if they don't crash the whole browser. Don't forget you turned off the capability to ensure secure updates. So do be careful.
One last tip, several people wrote to me about the Add-on called Nightly Tester Tools. It allows you to use otherwise incompatible add-ons in beta versions, although it doesn't seem to get Firefox 2 add-ons to work in Firefox 3.

Would you like a wrap-up of the week's hottest CNET TV videos delivered directly to your in-box? Then sign up for the weekly CNET TV newsletter, delivered every Friday.
http://www.mrtech.com/extensions/#toolkit
I moved to a new laptop, and 4got to copy my Firefox extensions.
Most were traced, but I 'lost' the one that auto-sorts my bookmarked tabs.
It also stripped it of their names, allowing a much larger number of tabs on more-than-one row.
Any idea what this dd-on was called?
-
by NewOrderrr
June 23, 2009 1:01 AM PDT
- I've used Nightly Tester Tools as well, but also found that an old add-on can be made to work by 'unzipping' the add-on and editing the 'install.rdf file inside it with a text editor.
-
Reply to this comment
-
(9 Comments)Change the <em:maxVersion>3.1.0.*</em:maxVersion> to 3.6 or higher.
I've done this with a Firefox 1.5 add-on and keep upgrading the max version as new Firefox versions come out.
Yet another Steve