Join us at IRC!
I'd prefer to die standing, than to live on my knees - Che Guevara
Thursday, May 17, 2012
Navigation
Members Online
Total Online: 35
Web Spiders: 19
Guests Online: 34
Members Online: 1

Registered Members: 70044
Newest Member: acoder11235
Latest Articles

Tweaking Firefox Plugins to work with newer versions of Firefox



FLV Blaster - Download Music and Videos Faster

website security A brief introduction in opening xpi files and changing the plugins install file to work with newer versions of Firefox.



Firefox 4 and your older plugins.

So if you are like me and you update to the latest Firefox to find that your plugins are not supported, you feel a little bummed out.
Well, there is a way to truly test whether or not your plugins are functional. If you don't know already, Firefox plugins are .xpi file extensions
that are really just .zip files. You can just rename your file to a zip file extension to see the goodies inside.

Method 1: If your computer shows the extensions on files then just: Right click >> rename >> clear out .xpi and replace with .zip
Method 2: If not the previous method, then maybe this: Open a terminal (console) >> navigate to the directory of the xpi file and use the rename command

i.e. Windows: rename plugin.xpi plugin.zip

Method 3: If you have a program like WinRar, 7Zip, or something of your choice to open archived files then just open it through that program.
Then just extract the install.rdf file.

The install.rdf is a renamed .xml file, so any text editor will open it.

Once you have the install file open, look this xml node (should be towards the top):

<em:targetApplication>
<Descblockedription>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>0.8</em:minVersion>
<em:maxVersion>3.6.*</em:maxVersion>
</Descblockedription>
</em:targetApplication>

(This was taken from LiveHttpHeaders-0.16)

em:targetApplication : Node for Firefox's application information
em:id : registry information
em:minVersion : lowest version of Firefox that this particular plugin can function on
em:maxVersion : highest version of Firefox that this particular plugin can function on (what we came here for. :))

Simply just change the maxVersion number the current version or use the wildcard feature to prep for further updates on Firefox until the new release of you plugin.

For example:

<em:maxVersion>3.6.*</em:maxVersion>

to

<em:maxVersion>4.*.*</em:maxVersion>

That's it.

I take no responsibility for any damage done to your computer or software while doing this as I assume you realize that this is only for educational purposes.

Comments

acutev6 on April 21 2011 - 07:38:23
Really Nice. Solved the problem for me. :) Thanks.
korg on April 25 2011 - 03:34:38
Nice job should help a lot of people out.
starofale on May 03 2011 - 23:01:13
Some nice information about Firefox extensions here. Just thought I should add that you can also disable compatibility checking with https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ or in about:config by setting all the extensions.checkCompatibility.* variables to false: http://img853.imageshack.us/img853/4229/testga.png
t0xikc0mputer on May 04 2011 - 22:22:32
Good article. Straight and to the point. Also, thanks starofale as that info is useful too.
starofale on May 08 2011 - 02:41:38
Damn - I always forget HBH doesn't like https links. Here is the link for the addon compatibility reporter: http://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ (although you could just copy and paste the link given above)
maug on May 08 2011 - 05:30:05
in about:config you can also create a boolean value called extensions.checkCompatibility.4.0 and set it to false. That's my favorite method. No other addons, no individual addon tweaking, just a one-time deal
stealth- on May 10 2011 - 03:29:03
Only for educational purposes? Lol, kids! Never mess with addons without an adult around at all times!
maug on May 20 2011 - 18:22:44
huh?
elmiguel on June 01 2011 - 13:43:09
@stealth- : :D
Post Comment

Sorry.

You must have completed the challenge Basic 1 and have 100 points or more, to be able to post.
Ratings
Rating is available to members only.

Please login or register to vote.

Awesome! 67% [6 Votes]
Very Good 22% [2 Votes]
Good 11% [1 Vote]
Average 0% [No Votes]
Poor 0% [No Votes]
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.