Fires after the Submit Button elemnt on Manage plugins.
Usage Example
add_action( 'mainwp_manage_plugins_after_submit_button', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }