Hi,
Try that :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<customMultiLayerMapSource>
<name>Google-Hybride</name>
<tileType>PNG</tileType>
<layers>
<customMapSource>
<name>Google - Satellite</name>
<minZoom>3</minZoom>
<maxZoom>19</maxZoom>
<tileType>PNG</tileType>
<serverParts>0 1 2 3</serverParts>
<url>https://khms{$serverpart}.google.co.uk/kh/v=135&hl=en&x={$x}&y={$y}&z={$z}</url>
</customMapSource>
<customMapSource>
<name>Google-Routes</name>
<minZoom>3</minZoom>
<maxZoom>19</maxZoom>
<tileType>PNG</tileType>
<tileUpdate>None</tileUpdate>
<ignoreErrors>true</ignoreErrors>
<url><![CDATA[http://mt0.google.com/vt/lyrs=h@183&hl=fr&x={$x}&y={$y}&z={$z}]]></url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
</layers>
</customMultiLayerMapSource>
Bookmarks