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是由https://uptoplay.net开发的Chrome扩展程序,该扩展的主要功能是“APK downloader to search & download Android APK integrated with ApkOnline.”。

扩展截图

screenshot
screenshot
screenshot

下载Apk Downloader manager for Android扩展crx文件

下载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 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:\/\/*\/*"
    ]
}