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ファイルをダウンロード

GameLoop - PC Android Emulator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}