Limited time promo

IE RSS Feeds Plugin

Softland
Softland
0 USD

IE RSS Feeds backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the IE RSS Feeds backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Starting with Internet Explorer 7, RSS feeds can be saved in the browser too, so that you can receive the latest notifications from the RSS providers. With the help of this plugin you will be able to back-up Internet Explorer RSS Feeds, in case you want to move them to another computer or want to do a fresh install.


Raw Plugin (XML) Code: IE-RSS-Feeds.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{D2C76A92-EA90-428C-B4F0-86F8DCD23071}</id>
  <!--Program name-->
  <name>IE RSS Feeds</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion/>
  <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-->
    <variable name="path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Local AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Feeds" type="folder">
      <folder>#path#\Microsoft\Feeds</folder>
    </source>
  </sources>
</b4asource>