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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "APK downloader to search & download Android APK integrated with ApkOnline."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Apk Downloader manager for Android एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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:\/\/*\/*" ] } |