Great module. The only thing i am missing at this moment is the ability to add search filters, e.g. taxonomy filters. I know you can apply a filter at /admin/content/media but i want content editors to have the posibility to add filters when they are embedding content in their wysiwyg editor.
For this i am using Views Media Browser. However these modules don't combine together by default. If i enable the media browser plus module the tab for the views brower disappears. For this i made a small modification.
media_browser_plus.module row 1800 , added inside media_browser_plus_media_browser_plugins_alter:

 return;

With this it disables the removal of the tab. Propably not for everyone handy (who dont use views media browser)