Installation problem plugin ionic v3

I’m trying to install native ionic plugins, however, every time, the CLI installs a version 5 of the sample plugin (android-full-screen, screen-orientation), from what I understood these are betas versions, or for version 4 of ionic.

I have problems import modules, if we rely on the examples of use of the documentation Ionic v3 no longer work.

Ionic:

ionic (Ionic CLI) : 4.9.0 (C:\Users\BEII6\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.1

Cordova:

cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.2, (and 6 other plugins)

System:

NodeJS : v10.15.0 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10

Thank you.