In version 2.4 there is no administration and option. It is enabled by default and the manufacturers should appear automatically. Could you please check whether in the file ~\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Views\CategoriesHeaderMenu.cshtml you have the following lines of code:
line 8: <li><a href="@Url.RouteUrl("ManufacturerList")">@T("Manufacturers")</a> <ul> @Html.Raw(Model.ManufacturersHtml) </ul> </li>