Aptoide-Downloader
Aptoide Downloader lets Linux users download .apk files directly on their computer from Aptoide.com site. Phone versions requires Busybox and a terminal emulator. Tested only on Galaxy S2.
Usage
- First you need to change the browser User Agent to "AptoideLite/44" on PC. You can search on the web how to do this. You basically need to install a browser extension and add the User Agent there.
- Go to https://m.aptoide.com/ on PC and search the application you want to download.
- Copy the link from the URL bar.
- Make the script executable and run the script with the link as the first argument. The script will download the APK in ~/Downloads or ~ if ~/Downloads folder doesn't exist.
Example
How to download Instagram:
-
Download this extension for Chrome and add the User Agent.
-
Search for instagram.
-
./aptoide http://m.mark8.store.aptoide.com/app/market/com.instagram.android/152750149/45569083/Instagram
PS: A big thanks to the guys that improved this script.