GameLoop - PC Android Emulator

Opening apk files with the GameLoop app is easy

GameLoop - PC Android Emulator란 무엇입니까?

GameLoop - PC Android Emulator은(는) Open In에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opening apk files with the GameLoop app is easy"입니다.

확장 프로그램 스크린샷

screenshot

GameLoop - PC Android Emulator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 GameLoop - PC Android Emulator GameLoop - PC Android Emulator
ID ppeihccligfpialonhbnjeeehibfiada
공식 URL https://chrome.google.com/webstore/detail/gameloop-pc-android-emula/ppeihccligfpialonhbnjeeehibfiada
설명 Opening apk files with the GameLoop app is easy
파일 크기 49.87 KB
설치 횟수 3,187
현재 버전 0.5
최근 업데이트 2021-04-15
출시 날짜 2021-04-07
평점 2.33/5 총 3 개의 평점
개발자 Open In
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://borwi.com/open-gameloop-extension/
도움말 페이지 URL https://borwi.com/contact/
지원되는 언어 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"
    }
}