The extension will not load over wikis with https. to fix this you can delete or comment out the protocal part in line 184 at GoogleCustomWikiSearch.class.php
:
/*(document.location.protocol == 'https' ? 'https:' : 'http:') +*/
and start the next line with https:
'https://www.google.com/cse/cse.js?theme...