Apk Downloader manager for Android
APK downloader to search & download Android APK integrated with ApkOnline.
Что такое Apk Downloader manager for Android?
Apk Downloader manager for Android - это расширение Chrome, разработанное https://uptoplay.net, и его основная функция - "APK downloader to search & download Android APK integrated with ApkOnline.".
Снимки экрана расширения
Скачать файл CRX расширения Apk Downloader manager for Android
Скачайте файлы расширений Apk Downloader manager for Android в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is an APK downloader to search and download any Android APK. It is mainly design to facilitate the Android development of any app. When the extension is clicked, it opens a window where users can search for its desired app. After that, our internal engine searches for the best apps that match the keywords entered. These apps appear in a list where the users can click from to initiate the APK download having as a reference the Google Play Store apkid, which is sent to our website. Its main features are: * Search for Android APKs. * Download Android APKs. * Use the apkid of the Google Play Store as reference.
Основная информация о расширении
Название | Apk Downloader manager for Android |
ID | ailbhmoekhkkihagfmffpaahfpcjjiei |
Официальный URL | https://chromewebstore.google.com/detail/apk-downloader-manager-fo/ailbhmoekhkkihagfmffpaahfpcjjiei |
Описание | APK downloader to search & download Android APK integrated with ApkOnline. |
Размер файла | 461 KB |
Количество установок | 3,597 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2024-01-09 |
Дата публикации | 2022-01-03 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | https://uptoplay.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.uptoplay.net |
URL страницы помощи | https://www.uptoplay.net |
URL страницы политики конфиденциальности | https://www.uptoplay.net/cloud-apps-policy.php |
Поддерживаемые языки | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.2.1", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "webRequest", "storage" ], "background": { "service_worker": "s.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |