Attached the files, and the two hooks are:
<?php
$hooks = array(
array(
'integrate_load_theme',
'Noindex_Integrate::load_theme',
'SOURCEDIR/Noindex.integrate.php',
),
array(
'integrate_general_mod_settings',
'Noindex_Integrate::general_mod_settings',
'SOURCEDIR/Noindex.integrate.php',
),
);
foreach ($hooks as $hook)
add_integration_function($hook[0], $hook[1], $hook[2]);