Make firefox addons compatible again menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Thelovefool's Avatar Banned
    Reputation
    198
    Join Date
    Mar 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Make firefox addons compatible again

    Hello Community,
    i think many of you have favourite addons which arent updated for the newest firefox version. But today i found a little workaround which make addons compatible again ...

    1. Lets choose an outdated addon ... (eg Kaizou)

    2. Go to mozdev.org - kaizou: installation

    3. Right click on "Click here to install the latest version of the Kaizou Firefox Extension" and choose "Save target under" from the dropdownmenu.

    4. After saving kaizou to the desktop you should see a file called "kaizou-0.5.7.xpi"

    5. Rename the extension (xpi) to .rar and open the file.

    6. You should see two files:
    "chrome"
    "install.rdf"

    7. Open "install.rdf" and change this
    Code:
    <?xml version="1.0"?>
    <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
             xmlns:NC="http://home.netscape.com/NC-rdf#"
             xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <RDF:Description RDF:about="rdf:#$aBji3"
                       em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
                       em:minVersion="1.5"
                       em:maxVersion="3.0pre" />
      <RDF:Description RDF:about="urn:mozilla:extension:file:kaizou.jar"
                       em:package="content/kaizou/"
                       em:skin="skin/classic/kaizou/" />
      <RDF:Description RDF:about="urn:mozilla:install-manifest"
                       em:id="{b8ccaffc-1f41-45bf-ad7a-1c730d9a4656}"
                       em:name="kaizou"
                       em:version="0.5.7"
                       em:creator="David Corvoysier"
                       em:description="Modify web pages and share the result with other people !"
                       em:iconURL="chrome://kaizou/skin/kaizou_s.png"
                       em:aboutURL="chrome://kaizou/content/about.xul"
                       em:homepageURL="http://www.kaizou.org">
        <em:targetApplication RDF:resource="rdf:#$aBji3"/>
        <em:file RDF:resource="urn:mozilla:extension:file:kaizou.jar"/>
      </RDF:Description>
    </RDF:RDF>
    to:

    Code:
    <?xml version="1.0"?>
    <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
             xmlns:NC="http://home.netscape.com/NC-rdf#"
             xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <RDF:Description RDF:about="rdf:#$aBji3"
                       em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
                       em:minVersion="1.5"
                       em:maxVersion="4.0pre" />
      <RDF:Description RDF:about="urn:mozilla:extension:file:kaizou.jar"
                       em:package="content/kaizou/"
                       em:skin="skin/classic/kaizou/" />
      <RDF:Description RDF:about="urn:mozilla:install-manifest"
                       em:id="{b8ccaffc-1f41-45bf-ad7a-1c730d9a4656}"
                       em:name="kaizou"
                       em:version="0.5.7"
                       em:creator="David Corvoysier"
                       em:description="Modify web pages and share the result with other people !"
                       em:iconURL="chrome://kaizou/skin/kaizou_s.png"
                       em:aboutURL="chrome://kaizou/content/about.xul"
                       em:homepageURL="http://www.kaizou.org">
        <em:targetApplication RDF:resource="rdf:#$aBji3"/>
        <em:file RDF:resource="urn:mozilla:extension:file:kaizou.jar"/>
      </RDF:Description>
    </RDF:RDF>
    (the red part is the part which tells firefox if the addon is compatible)





    9. Winrar will ask you if you want to renew the archiv. Click on yes. (ITS VERY IMPORTANT TO LET WINRAR RENEW THE ARCHIV OR THE CHANGES WONT GET SAVED)

    10. Now change the extension from "kaizou-0.5.7" back to xpi again.

    11. For the last step drag&drop "kaizou-0.5.7.xpi" into firefox's favourite bar and click on the new kaizou bookmark. (the addon checker will launch and install kaizou)


    This routine is for every addon file exactly the same

    Hope i could help a few of you.

    This is written by: Imperial Blaze, Thelovefool
    Last edited by Thelovefool; 12-08-2009 at 02:25 PM.

    Make firefox addons compatible again
  2. #2
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll try this out, if it works ill +Rep.

  3. #3
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I am trying to edit the values, it just sounds DONG and it won't let me to.
    Yes, I use WinRAR and I've done it correctly ;o
    Dahnniel [DOT] s [AT] gmail [DOT] com

  4. #4
    Thelovefool's Avatar Banned
    Reputation
    198
    Join Date
    Mar 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you have teamviewer? maybe i can have a look at it

  5. #5
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't :/. You know when you try to edit something that you can't edit - I get that noise.
    Dahnniel [DOT] s [AT] gmail [DOT] com

  6. #6
    Thelovefool's Avatar Banned
    Reputation
    198
    Join Date
    Mar 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm idk for me it dont happen
    1. maybe you can rename it to rar
    2. unzip files edit them create a new .rar archive with them and rename its extension to xpi?

  7. #7
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working for me. =/

  8. #8
    Thelovefool's Avatar Banned
    Reputation
    198
    Join Date
    Mar 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated the modify step

    its very important to let winrar renew the archiv!!!!
    Last edited by Thelovefool; 12-08-2009 at 02:12 PM.

  9. #9
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT: Fixed it. Thanks mate.
    Last edited by Danne206; 12-08-2009 at 05:47 PM.
    Dahnniel [DOT] s [AT] gmail [DOT] com

Similar Threads

  1. Firefox Addon
    By Airwavez in forum Programming
    Replies: 5
    Last Post: 04-20-2008, 07:40 PM
  2. [Web Add-on] The MeNot Firefox addons - ULTIMATE
    By Krilio in forum Community Chat
    Replies: 3
    Last Post: 04-08-2008, 11:15 AM
  3. Making my warrior /roar again
    By Zelda89 in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 11-21-2007, 04:19 PM
  4. Make FireFox Load Pages Faster
    By LightWave in forum Community Chat
    Replies: 4
    Last Post: 08-31-2006, 09:30 PM
All times are GMT -5. The time now is 12:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search