Skip to main content

Firefox Add ons

How to make Firefox addons compatible with the newest release.

Everybody likes to try out the newest version of Firefox. At the time I was writing this Firefox 3.1 beta 1 was available. When you install it you will find some of your existing Firefox add-ons may have already been updated to work with the new version. Others won’t install at all.

Don’t be surprised if some of the add-ons you modify to be compatible, bring Firefox to its knees. They don’t let you install older versions for a reason. But so I’ve had no problems at all.

Step 1 – Downloading the add-on


Locate the add-on you want to install. If it’s on the official Firefox add-on page you’ll have to click “See All version” to be allowed access to the .xpi. Right click on the now clickable “Add to Firefox” button and choose save target file as.

Step 2 – Extracting the add-on.

Locate the add-on you just saved. You should be able to open the .xpi file with your favorite compression utility. I use Power Archiver and it seemed to work just fine. Other compression utilities compatibility may vary. Extract the add-on to the folder of your choosing. I usually recommend extracting it to its own folder on the desktop.

Step 3 – Modifying install.rdf

Open the folder you just extracted the xpi file to. You’ll see a file called install.rdf. By default windows will have no idea which program to use to open the file with. You can either use notepad or WordPad.
Once you have the document opened do not get intimidated by the amount of text that you see. I find it’s easiest to just do an edit / find and look for the word max. That should take you directly too

3.0”.

All you have to do is edit what is between the > <. In this case it says 3.0. Change the number to the current installed version of Firefox. In this case I have Firefox 3.1 Beta 1 installed. Which is written out as 3.1b1. So when I get done, it should say

3.1b1”.

I guess you could also plan ahead so you don’t have to edit this for every new release. You could probably change it to 3.1b4 or something in that nature.
Once you have that change made, save and exit the file.

Step 4 – Recompressing the xpi file.

The method of recompressing it into a file will vary by the software you use. If you use power archiver or winzip, I would recommend you open the folder containing the extracted contents of the xpi file and do a select all. Once all the files are selected, right click anyone of them and click “Add to zip”. When you’re done you should have a file ending in .zip. All that is left is to rename the zip file (in XP you’ll have to make sure you can see file extensions) to the name of the xpi file you downloaded earlier. Just make sure when you are done that the file ends in .xpi and not .zip.

That’s it. Now just open Firefox and drag the xpi file you just created into Firefox and choose install. Once you reboot Firefox your add-on should now function properly (hopefully).

Comments

Popular posts from this blog

Racecraft (Project Koru) · Prologue — The Origin Story

Racecraft · Prologue , The Origin Story It Started With a Wine List and a Question About Racing How a happy-hour conversation in the Bay Area turned into a trustable AI race coach , and then into a second version that runs entirely on a phone, on the NPU. This is the prologue to a five-part series. Two years ago(1st November, 2024) I was in the Bay Area for a GDE Summit. If you've never been: it's a couple of days of talks among Google Developer Experts, the kind of people who get unreasonably excited about a new on-device runtime, and then , mercifully , a happy hour where everyone stops performing and just eats. We ended up at a restaurant(Puesto Santa Clara), a long table of GDEs, and I was doing the most important engineering of the evening: trying to decide which wine to order. Across the table was Ajeet Mirwani . I don't even remember how the wine talk turned into racing talk , these things drift , but the moment the word "racing" ...

A Split‑Brain Neuro‑Symbolic Training Method for High‑Velocity Autonomous Coaching from Telemetry

 Author: Rabimba Karanjai Scope: Problem statement + data methodology + model training (no deployment discussion) Abstract Real‑time coaching in motorsport is a safety‑critical learning problem : a system must map noisy, high‑frequency telemetry to short, actionable guidance that remains physically consistent and avoids hazardous recommendations . This paper proposes a “Split‑Brain” training formulation that separates (i) a semantic coaching target (what action/critique should be expressed) from (ii) a reflexive interface (how actions are represented as compact, verifiable tokens). The approach trains a Small Language Model (SLM) in the Gemma family [1] using QLoRA fine‑tuning [2] , and introduces a telemetry tokenizer plus teacher‑student synthesis pipeline to generate instruction‑action pairs at scale. Core contribution: a reproducible method to convert “ golden lap ” differential tel...

My Friend's MRI Didn't Come with a Manual, So I Built One with AI

Gemma 4 Good Hackathon · Impact Track · Health & Sciences It started with two envelopes. One contained a single sheet of paper, a radiologist's report for my friend. It was a wall of text that might as well have been written in another language. Words like " parenchymal volume ," " hyperintensities ," and " susceptibility artifact " stared back at us, creating more anxiety than they resolved. The other was a flimsy paper sleeve containing a CD-ROM. This, we were told, held the actual images from her MRI scan. The ground truth. And we couldn't even look at it. Our laptops, like most these days, don't have disc drives. For a moment, this crucial, deeply personal piece of her health information was a coaster. I felt that familiar, hot-wired frustration every engineer knows: the feeling of being locked out by a dumb problem. The powerlessness was infuriating. So, I did what any slightly obsessive software engineer would do...