I don’t think you will find a plugin that will do it. The developer determines how the information is structured and displayed so it’s unlikely that all developers will use the same scheme when creating this information. The information is stored in the div with a class of site-info.
You could hide the div with the following css statement in a custom css plugin.
.site_info{display:none}
if your wanting to change the information you will need to create a child theme and copy the footer.php file into the new child theme and edit the information in the footer.