是否有可能只在ckeditor4中使用媒体选择器

I would like to have only the media selector of ckeditor in a button for custom an input is it possible?

i've tried many solution but nothing work

 CKEDITOR.replace('editor1', {
                                    filebrowserUploadUrl: '{{route("Article.ck.up",['_token' => csrf_token() ])}}',
                                    filebrowserUploadMethod: "form",
                                    filebrowserBrowseUrl: "{{route("Article.browse.php",['_token' => csrf_token() ])}}",
                                });

I juste want a button like a input file for it but with the ckeditor media seletor