Limited time promo

Maxthon2 Plugin

Softland
Softland
0 USD

Maxthon2 backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Maxthon2 backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Maxthon is a free web browser for Microsoft Windows that started as an improved version of Internet Explorer. The browser is now at version 3, so this backup plugin will work only with previous versions. With its help you can back-up Maxthon2 profiles, settings, skins, languages, filters, plugins and configurations.


Raw Plugin (XML) Code: Maxthon2.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{080F40C5-5749-436F-BF0E-CA426D5E5972}</id>
  <!--Program name-->
  <name>Maxthon2</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>2.0</minversion>
  <maxversion>2.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-->
    <variable name="path" type="reg">HKEY_CURRENT_USER\Software\Maxthon2\Folder</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Config" type="folder">
      <folder>#path#\config</folder>
    </source>
    <source name="Languages" type="folder">
      <folder>#path#\Language</folder>
    </source>
    <source name="Plugins" type="folder">
      <folder>#path#\Plugin</folder>
    </source>
    <source name="Skins" type="folder">
      <folder>#path#\skin</folder>
    </source>
    <source name="Filter" type="folder">
      <folder>#path#\filter</folder>
    </source>
    <source name="Settings" type="folder">
      <folder>#path#\Default_cn</folder>
    </source>
    <source name="Default" type="folder">
      <folder>#path#\Default</folder>
    </source>
    <source name="profiles" type="folder">
      <folder>#path#\</folder>
      <include type="fullpath">@</include>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Maxthon2" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Maxthon2" recursive="true"/>
    </source>
  </sources>
</b4asource>