I have a site that i required this as well.
I managed to figure it out.
Edit media-upload.php
Just after line 27 being the following line $settings = youtubeuploader_get_settings();
Add the following lines
// Hack Dev Key request for all users
$DevKey = 'INSERT YOUTUBE DEV KEY';
$settings['developerKey'] = $DevKey;
This will save the You Tube Development key for all users