GameLoop - PC Android Emulator

Opening apk files with the GameLoop app is easy

O que é GameLoop - PC Android Emulator?

GameLoop - PC Android Emulator é uma extensão do Chrome desenvolvida por Open In, e sua principal característica é "Opening apk files with the GameLoop app is easy".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GameLoop - PC Android Emulator

Baixe arquivos de extensão GameLoop - PC Android Emulator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GameLoop - PC Android Emulator GameLoop - PC Android Emulator
ID ppeihccligfpialonhbnjeeehibfiada
URL Oficial https://chrome.google.com/webstore/detail/gameloop-pc-android-emula/ppeihccligfpialonhbnjeeehibfiada
Descrição Opening apk files with the GameLoop app is easy
Tamanho do Arquivo 49.87 KB
Contagem de Instalações 3,187
Versão Atual 0.5
Última Atualização 2021-04-15
Data de Publicação 2021-04-07
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Open In
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://borwi.com/open-gameloop-extension/
URL da Página de Ajuda https://borwi.com/contact/
Idiomas Suportados 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"
    }
}