You don't need any plugins. Are you making a mobile app, or a browser game?
For mobile app, when exporting to Cordova, simply check "Hide status bar" option.
For web export, you can only switch browser to full screen after user-generated event - for example a touch, button pressed etc. Try this code: "On any touch end -> Browser request fullscreen"