Download Addon

This addon is only permitted for paid versions of Construct 3.

View Plans

Addon ID

  • PlaygamaBridge

Info

Statistics

  • Download count302 total downloads
  • Latest download count 8 downloads of latest version
  • Average download count1 downloads per day average

Owners

  • Stable

    Version 1.31.0

    • Released 29 May, 2026
    • 8 downloads

    ### Samsung

    * Added platform support for Galaxy Store Instant Games

    ### Standalone

    * Added platform support for publishing games outside of a host platform

    ### Cross Promo Module

    * Added a configurable "More games" overlay

    ### Advertisement Module

    * Added `checkAdBlock()` on the Playgama platform

    * Changed the default initial interstitial delay to 60 seconds across platforms

    * Improved ad initialization on Xiaomi and Y8

    * Improved mute/unmute handling on CrazyGames and GameSnacks

    ### Platform Module

    * Added browser defaults protection on initialization — disables the right-click context menu and accidental text selection / touch callouts

    * `sendMessage()` now tolerates an explicit `null` options argument

    ### MSN

    * Added re-engagement notifications — scheduled automatically on launch

    ### YouTube

    * Added an animated "Subscribe" prompt shown automatically on desktop during loading

    ### Reddit

    * Updated payments integration

    ### Payments

    * Improved catalog handling and null-safety on Playgama, MSN, Microsoft Store, CrazyGames

  • Stable

    Version 1.30.0

    • Released 13 Apr, 2026
    • 20 downloads

    Advertisement Module

    - Added advanced banners. Supported on Playgama, CrazyGames, MSN

    - Added initial interstitial delay

    - Improved adblock detection

    Platform Module

    - Added `Send Custom Message`

    Youtube

    - Updated integration

    - Added support for `Advertisement Show Rewarded`

    Other Improvements

    - Improved Xiaomi integration

    - Improved QA Tool integration

    - Minor code style fixes

  • Stable

    Version 1.29.0

    • Released 19 Mar, 2026
    • 16 downloads

    ### Playgama

    - Added support for `payments.consume` and `payments.getPurchases`

    ### Microsoft Store (beta)

    - Added player authorization and player info support

    - Improved purchase and authorization verification

    ### TikTok (beta)

    - Added platform support

    ### GameSnacks (beta)

    - Added platform support

    ### Dlightek (beta)

    - Added platform support

    ### Yandex

    - Added support for pause and resume events

    ### Social Module

    - Added `isAddToHomeScreenRewardSupported` and `getAddToHomeScreenReward`

    - Added `isAddToFavoritesRewardSupported` and `getAddToFavoritesReward`

    ### Platform Module

    - Added new events to sendMessage with optional `world` and `level` parameters:

    - `level_started`

    - `level_completed`

    - `level_failed`

    - `level_paused`

    - `level_resumed`

    ### Other Improvements

    - Improved Facebook integration

    - Improved MSN integration

    - Improved QA Tool integration

    - Improved built-in No Ads popup

  • Stable

    Version 1.28.0

    • Released 9 Feb, 2026
    • 10 downloads

    Microsoft Store (beta)

    • Added platform integration
    • Added ads(Playgama Ads) support
    • Added in-app purchases support
    • Added ratings and reviews support

    Xiaomi

    • Added guest user support
    • Platform internal storage is now available only for authorized players

    CrazyGames

    • Fixed getPurchases and getCatalog methods
    • Fixed mobile Xsolla window handling (reject flow)
    • Fixed consume method

    Analytics

    • Various internal improvements

    SaaS

    • Added cloud leaderboards support (beta)

    QA Tool

    • Added engine and version to initialization payload
    • Added CLEAN_CACHE action and cleanCache method
    • Added audio state and pause handling
    • Added internal storage policy management
    • Added bridge configuration to initialization message
  • Stable

    Version 1.27.0

    • Released 5 Dec, 2025
    • 23 downloads

    Xiaomi [beta]

    - New platform integration

    - Supports banner, interstitial, and rewarded ads

    MSN

    - Added cloud saves support

    - Fixed payments.purchase flow

    - SDK updated from rc.20 to rc.21

    Discord

    - Updated authentication

    - Fixed isInviteFriendsSupported and isShareSupported

    YouTube, Yandex, Facebook

    - Small fixes

    QA Tool

    - Added authorization state management in the player state section

    - Internal storage is now available only to authorized players

    - Added a guest state for unauthorized players

    - Fixed `platform.language`

    - Added the ability to launch the QA tool via URL, including launching from localhost

    - Added the ability to manage the state of advertisements

    Playgama

    - Fixed tryParseJson logic for the storage.get method

    - Added support for game_ready message

    JS Core

    - Added built-in overlay Device Orientation Popup displayed on mobile and tablet devices when screen orientation doesn't match the supported orientations

    - Configurable via device.useBuiltInOrientationPopup & device.supportedOrientations

    - Uses Screen Orientation API with matchMedia and dimension comparison fallbacks

  • Stable

    Version 1.26.1

    • Released 29 Oct, 2025
    • 18 downloads
    • Solved Bridge CDN load issue
    • Added game ready event for Playgama
    • Facebook ad preload fix
  • Stable

    Version 1.26.0

    • Released 16 Oct, 2025
    • 18 downloads
    • Added Reddit platform (beta)
    • Added YouTube platform (beta)
    • Added Portal platform (beta)
    • Added guest accounts
    • Added CDN
    • Added schema for playgama-bridge-config.json
    • Added [Config Editor](https://playgama.github.io/bridge-config-editor/)
    • Updated Discord integration
    • Updated QA Tool integration
    • Updated JioGames integration
    • Update MSN integration
    • Update Playgama integration
    • Updated playgama-bridge-config.json
    • Updated platform pause and audio events
  • Stable

    Version 1.25.0

    • Released 5 Sep, 2025
    • 18 downloads
    • Added Huawei platform (beta)
    • Added JioGames platform (beta)
    • Added payments for CrazyGames
    • Added player.extra with additional information provided by platforms

    For example: player.extra.jwt on Playgama, player.extra.payingStatus and player.extra.signature on Yandex

    • Added additional information for purchases provided by platforms

    For example purchase.jwt on Playgama

    • Added new leaderboards type native_popup
    • Added leaderboards for Facebook
    • Added join community (group and page) for Facebook
    • Added game_ready analytics event
    • Updated server for receiving server time to Playgama
    • Fixed payments for Discord, BitQuest, Facebook
    • Fixed storage for BitQuest
  • Stable

    Version 1.24.0

    • Released 5 Aug, 2025
    • 12 downloads

    - Added support for the BitQuest platform

    - Advertisement

    - Added IsInterstitialSupported

    - Added IsRewardedSupported

    - Platform

    - Added IsPlatformAudioEnabled

    - Added IsPlatformPaused

    - Added OnPlatformAudioStateChanged

    - Added OnPlatformPauseStateChanged

    - Leaderboards

    - Added isMain property to the playgama-bridge-config.json

    - Storage

    - Changed DefaultStorageType from local_storage to platform_internal for CrazyGames (⚠️ if you're updating your game on CrazyGames, don't forget to migrate your stored data)

    - Playgama QA Tool

    - Added support for the PlatformLanguage

    - Added support for the Leaderboards

    - Bug Fixes

    - Fixed payments on MSN

    - Fixed payments on Facebook

  • Stable

    Version 1.23.0

    • Released 27 Jun, 2025
    • 7 downloads

    - Added `Discord` platform _[beta]_

    - Added new loading screen

    - Added backfill advertisements for `MSN`

    - Added built-in advertisement popups for `MSN` and `Facebook`

    - Improved `leaderboards` module

    - Improved `Facebook` integration

    - Updated currency code for [Playgama.com](https://playgama.com)

    - Fixed `social.share` for `Playdeck`

    - Removed `Yandex` deprecated methods

  • Stable

    Version 1.21.0

    • Released 18 Apr, 2025
    • 39 downloads

    - Updated payments module

    - Added support for payments and cloud saves on Playgama

    - Added support for MSN platform

    - Added platform.getAllGames & platform.getGameById methods

    - Moved SDK settings from plugins to JSON file

    - Improved storage.get and storage.set methods

    - Updated Facebook SDK to 8.0

    - Added Facebook ad preloading

    - Updated invite and share methods for Facebook

    - Fixed issue with game visibility state changes on iOS

    - Fixed banner container for GameDistribution and CrazyGames

  • Stable

    Version 1.20.0

    • Released 10 Feb, 2025
    • 50 downloads

    - Addon SDK v2

    - Added support for the Poki platform

    - Updated logic for show interstitial on start

    - Updated logic for show banner on Crazy Games and Game Distribution

    - Updated QA Tool platform

    - Updated Playgama platform

  • Stable

    Version 1.19.0

    • Released 5 Dec, 2024
    • 63 downloads
    • New achievements module (Y8, Lagged)
    • Leaderboards support for Y8
    • Y8 ads fixes
    • Facebook fixes
    • QA Tool fixes