GameLoop - PC Android Emulator
Opening apk files with the GameLoop app is easy
Cos'è GameLoop - PC Android Emulator?
GameLoop - PC Android Emulator è un'estensione di Chrome sviluppata da Open In, e la sua funzione principale è "Opening apk files with the GameLoop app is easy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GameLoop - PC Android Emulator
Scarica i file di estensione GameLoop - PC Android Emulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to open apk files using the GameLoop app right from your browser. Just right click, choose Open GameLoop, it's easy and fast. Let this extension work. You need to have a native app (GameLoop) on your PC. If you don't already have this app, you can install it easily at the homepage: https://www.gameloop.com/en Also you need to install a patch native-client we provided in the tutorial to be able to connect this extension to your Gameloop application. Note: Make sure your GameLoop app host path is correct. As above, Win 10 would be: D:\Program Files\TxGameAssistant\AppMarket\AppMarket.exe. You can change the path in the options field.
Informazioni di Base sull'Estensione
Nome | |
ID | ppeihccligfpialonhbnjeeehibfiada |
URL Ufficiale | https://chrome.google.com/webstore/detail/gameloop-pc-android-emula/ppeihccligfpialonhbnjeeehibfiada |
Descrizione | Opening apk files with the GameLoop app is easy |
Dimensione del File | 49.87 KB |
Conteggio Installazioni | 3,187 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2021-04-15 |
Data di Pubblicazione | 2021-04-07 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Open In |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://borwi.com/open-gameloop-extension/ |
URL della Pagina di Aiuto | https://borwi.com/contact/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5", "manifest_version": 2, "offline_enabled": true, "short_name": "open-gameloop", "name": "GameLoop - PC Android Emulator", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "https:\/\/borwi.com\/open-gameloop-extension\/", "permissions": [ "storage", "contextMenus", "notifications", "nativeMessaging" ], "description": "Opening apk files with the GameLoop app is easy", "options_ui": { "open_in_tab": true, "chrome_style": true, "page": "data\/options\/options.html" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |