GameLoop - PC Android Emulator
Opening apk files with the GameLoop app is easy
GameLoop - PC Android Emulator क्या है?
GameLoop - PC Android Emulator Open In द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opening apk files with the GameLoop app is easy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GameLoop - PC Android Emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |