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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ppeihccligfpialonhbnjeeehibfiada |
官方網址 | 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" } } |