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 [Only registered and activated users can see links. Click Here To Register...]
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
to:
(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
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 [Only registered and activated users can see links. Click Here To Register...]
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}"
[COLOR="Red"] em:minVersion="1.5"
em:maxVersion="3.0pre" />[/COLOR]
<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>
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}"
[COLOR="Red"] em:minVersion="1.5"
em:maxVersion="4.0pre" />[/COLOR]
<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>
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