GameLoop - PC Android Emulator
Opening apk files with the GameLoop app is easy
GameLoop - PC Android Emulatorคืออะไร?
GameLoop - PC Android Emulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Open In และคุณลักษณะหลักของมันคือ "Opening apk files with the GameLoop app is easy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameLoop - PC Android Emulator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |