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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.uptoplay.net |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } |