A tool for checking update info of Google Play Games on PC.
All url will be found in this three json file:
gpg_release_beta.json
: Release version of GPG on PC.gpg_dev-emulator_prod.json
: Stable version of GPG developer emulator.gpg_dev-emulator_dogfood.json
: Beta version of GPG developer emulator.
- Open the .crx3 file with 7-zip.
- Find the .exe or .msi file in this package you opened, and extract that. The file name should be like
HPE-25.6.242.1-CIP.exe
orHPE-25.6.242.1-CIP_3pdev_prod.exe
. - Open Command Prompt on the folder which exe file on, and then:
- If you downloaded dev emulator (exe file name with '3pdev'), run
{exe_file_name} /o{C601E9A4-03B0-4188-843E-80058BF16EF9} /l1518 /noui
to install. - If you downloaded release beta, run
{exe_file_name} /o{47B07D71-505D-4665-AFD4-4972A30C6530} /l1518 /noui
to install.
- If you downloaded dev emulator (exe file name with '3pdev'), run
- If you want to use without installed, you can just extract that exe file with 7-zip. Then go to
services
folder, runService.exe
to start.