Internet Explorer Favorites Plugin
If you already have Backup4all, you can add the Internet Explorer Favorites backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
When browsing using Internet Explorer you have the ability to bookmark visited websites to easily access them later. These bookmarked websites are stored in a Favorites folder, and with the help of this plugin you can back them up.
Raw Plugin (XML) Code: Internet-Explorer-Favorites.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{CB171D8A-1F40-4D72-8F72-7D0E76F25E45}</id>
<!--Program name-->
<name>Internet Explorer Favorites</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>5.0</minversion>
<maxversion>7.9</maxversion>
<!--Information about the plugin author-->
<author>
<name>Softland</name>
<email>[email protected]</email>
<website>http://www.backup4all.com</website>
</author>
<!--Variables used in the XML file-->
<variables>
<!--If type="reg" then the value will be read from the registry-->
</variables>
<!--The backup sources-->
<sources>
<source name="Favorites" type="folder">
<folder>C:\Documents and Settings\%username%\favorites</folder>
</source>
</sources>
</b4asource>