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" } } |