wpd_prerolls_widget_inside_bottom

/* Add custom code inside the bottom of the Pre-rolls widget */
add_action( 'wpd_prerolls_widget_inside_bottom', 'acme_prerolls_widget_inside_bottom' );
function acme_prerolls_widget_inside_bottom() {
    // Place your custom code here
}