I agree that extra permissions (that is not really required) is not nice. Actually also Google sometimes reach out to developers stating to only request minimum of permissions.
So it was great when Diego forked the plugin in the first place and removed the storage permission, since we do not need it.
But I understand it caused compatible issues with other 3rd party plugins, so using the standard cordova plug might be the best choice.
igortyhon If you build with android studio you can remove the additional permission manually, before building. So it will not show for users in the app stores.