v1.14.3
CrazyGames interstitial fix. Mid-game interstitial ads drove the same loading-overlay state machine as rewarded ads: the web waits for the interstitial Showed and Dismissed lifecycle events to dismiss the overlay. showInterstitial only resolved the call (firing neither event), so it hung. Interstitial events are named differently from rewarded (interstitialAdShowed/interstitialAdDismissed vs onRewarded*); the extension is generalized to fireAdEvents and now fires Showed+Dismissed for interstitial and Reward+Dismissed for rewarded. Other patches unchanged: Bypass Play license check, Disable analytics, Remove AD_ID, Change app name.