Direct download from Google Play

Adds APK-DL, APKPure, APKMirror and Evozi download buttons to Google Play when browsing apps. This script is based on yurenchen's "google play apk downloader".

As of 2020-03-10. See the latest version.

Author
StephenP
Ratings
0 0 0
Version
2.7.0
Created
2017-09-07
Updated
2020-03-10
License
N/A
Applies to

This scripts adds 4 download buttons to the Play Store, to allow the user to get the apks without a phone or a Google account. This script creates button links to the app on APK-DL, APKPure, APKMirror, and Evozi. You can download only free apps.


Direct download for APK-DL and ApkPure relies on GM.xmlHttpRequest function, which is not a standard Web API, but a Greasemonkey's API supported also by Tampermonkey.
For this reason, in the header of the script you will find @connect permissions for apkpure.com, apkfind.com (APK-DL's download page), apk-cloud.com (APK-DL's CDN for apk files) and winudf.com (ApkPure's CDN for apk files).
Tested and working on GreaseMonkey, TamperMonkey and ViolentMonkey.