Nice work atakan, you could also place the html that will be inserted into the hook, within the Template System and call it in a plugin like this:
PHP Code:
eval('$template_hook[navbar_buttons_left] .= "' . fetch_template('new_navbar_item') . '";');
Where
new_navbar_item is the html (template) to be inserted, such as:
<td class="vbmenu_control"><a href="myscript.php">My Script</a></td>