InAppBrowser could not be found in crosswalk

I am using ngcordova $cordovaOauth for authentication.

I have added the InAppBrowser:

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git 

I and also using Crosswallk as the browser:

ionic browser add crosswalk

But when I debug using Chrome I got this error:

Could not found InAppBrowser plugin

cordova plugin list give me this result:

 cordova-plugin-inappbrowser 1.0.1-dev "InAppBrowser"

but inside ng-cordova.js it is looking for:

var cordovaMetadata = cordova.require("cordova/plugin_list").metadata;
 if(cordovaMetadata.hasOwnProperty("org.apache.cordova.inappbrowser") === true) {