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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } |