Greasy Fork is available in English.

Direct download from Google Play

Adds APK-DL, APKPure, APKCombo, APKPremier, APKMirror and Evozi download buttons to Google Play Store when browsing apps.

هذه إصدارات لهذا البرنامج النصي حيث تم تحديث الكود. عرض كل الإصدارات.

  • v3.3.4 19-09-2023

    [FIX] ApkPremier: if a captcha is needed, the button now allows the user to open ApkPremier in a new window instead of showing "Failed!".

  • v3.3.3 18-08-2023

    [FIX] Restored ApkPure functionality; now it should also be faster than before to start the download.
    [ISSUE] APK-DL is currently having problems with their servers, so at the moment the APK-DL button is expected to fail.

  • v3.3.2 28-02-2023

    Apkpremier button is working again.

  • v3.3.1 23-10-2022

    v3.3.1:
    [FIX] The origin header for the check-in request on apkcombo.com has been corrected.
    v3.3.0:
    [FIX] APKPremier and APKCombo have been fixed.
    [FIX] Super-stupid fix for APKMirror. In the one of the previous versions I forgot to add the button: everything could work, but the button wasn't added to the page. Now it's back again!

  • v3.3.0 23-10-2022

    [FIX] APKPremier and APKCombo have been fixed.
    [FIX] Super-stupid fix for APKMirror. In the one of the previous versions I forgot to add the button: everything could work, but the button wasn't added to the page. Now it's back again!

  • v3.2.2 08-07-2022

    [ADDED] New option for APKCombo button: left-clicking it will trigger the download of the app (generally a universal apk or an arm64-v8a apk); right-clicking it you can open APKCombo website in a new tab, so you can choose which version of the app you want to download.

  • v3.2.1 08-07-2022

    [FIX] Buttons on search results page were not clickable as they were overlayed by a transparend div. Now they can be clicked directly from search page.

  • v3.2.0 08-07-2022

    [ADDED] The script now works also on the search results page, showing the buttons for the first result. This works only if there's a main result that Google is confident it's the right one (like here: https://play.google.com/store/search?q=firefox&c=apps ). Otherwise you will just see a list of apps where none of them is shown as the main result (like here: https://play.google.com/store/search?q=bluetooth&c=apps ).

  • v3.1.0 06-07-2022

    Big update for the script: 100 lines of old code were removed (thanks to @"Saunders Tech" for the suggestions and the research).
    I've also solved an issue pointed out by @Duradara, that prevented the buttons to be displayed if there wasn't the official install button on the page.

    TLDR:
    [UPDATE]: Removed useless old code (~100 lines)
    [FIX]: Display buttons even on pages without the official install button.

  • v3.0.0 09-03-2022

    Added a first support for 2022 UI:
    Download buttons on 2022 Play Store UI
    This is an early support, and it hasn't been only tested on Firefox for PC with ViolentMonkey.

  • v2.9.9 22-10-2021
  • v2.9.9 08-10-2021

    Removed Google's clickjacking on Evozi and ApkMirror buttons: now when you click on those buttons you will be directly sent to Evozi or ApkMirror without wasting time going through Google's useless tracking page.
    This modification has the same purpose of Prevent Link Change On Click, but implemented in a more trivial way.

  • v2.9.9 08-10-2021

    Removed Google's clickjacking on Evozi and ApkMirror buttons: now when you click on those buttons you will be directly sent to Evozi or ApkMirror without wasting time going through Google's useless tracking page.
    This modification has the same purpose of Prevent Link Change On Click, but implemented in a more trivial way.

  • v2.9.8 30-09-2021

    Integrated the icon of the script as a Base64 png file in the headers, as Greasemonkey fails to install the whole script if the icon on the web can't be reached.

  • v2.9.7 22-09-2021

    Fix to deal with the Trusted Types policy enforced in some browsers like Kiwi. If buttons didn't appear at all, this might fix your issue.

  • v2.9.7 22-09-2021

    Fix to deal with the Trusted Types policy enforced in some browsers like Kiwi. If buttons didn't appear at all, this might fix your issue.

  • v2.9.6 22-09-2021
  • v2.9.6 22-09-2021

    Fix to deal with the Trusted Types policy enforced in some browsers like Kiwi. If buttons didn't appear at all, this might fix your issue.

  • v2.9.5 08-09-2021
  • v2.9.5 28-08-2021

    Fix for downloads with APKCombo on TamperMonkey.

  • v2.9.4 24-08-2021

    Fix for downloads from APK-Combo

  • v2.9.2 07-06-2021
  • v2.9.2 15-04-2021
  • v2.9.2 15-04-2021

    Correction for weird alignement of buttons on mobile interface, introduced in v2.9.1.

  • v2.9.1 14-04-2021

    v2.9.0: added APKpremier.com button: it's an alternative version of APKPure, but unlike APKPure is not blocked in China.
    v2.9.1: added a question mark button that explains the "Use Google's servers when downloading from APKCombo" option.

  • v2.9.0 13-04-2021

    Added APKPremier.com (from what I see it uses the same servers of APKPure, but it was suggested as a faster alternative to it if you are browsing the web from China, so here it is).

  • v2.8.4 22-03-2021

    If the package can't be found on Play Store, the error page automatically queries APKMirror for the availability of the app;

  • v2.8.3 23-02-2021 APKCombo settings now are stored across sessions. Removed GM.download permission as it was not used.
  • v2.8.2 20-02-2021 Fix for wrong placement of buttons for unreleased apps. Now the buttons are correctly displayed near the wishlist button and not among the related apps.
  • v2.8.1 24-12-2020 Greatly improved the compatibility with Chrome and Tampermonkey. https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js has been added to get (partial) compatibility with old userscript managers such as Greasemonkey for Palemoon. Note that on Palemoon APKPure button and APKCombo button don't work because of the limitations of the browser and Greasemonkey.
  • v2.8.0 23-12-2020 Most of the code for APKCombo has been rewritten: now it should always work (provided APKCombo has the files) and it is possible to choose to download from APKCombo's servers or directly from Google's servers. Moreover, error handling is now clearer (ex. if an app has been removed from APKCombo, the button will be labelled "Removed!").
  • v2.7.7 07-10-2020 Added an option to search the app on APKMirror if the app has not been found on the Play Store. This is useful for discontinued apps that have been removed from the store but might still be found on APKMirror's archives. The new screenshot in the script's description shows this function.
  • v2.7.6 02-07-2020 Added offline status to APKPure and APKCombo buttons: if they ever go offline, you won't be stuck on a loading message.
  • v2.7.5 02-07-2020 Added offline status to APK-DL button. I should add it to other buttons too... Next time :D
  • v2.7.4 02-07-2020 Added CAPTCHA status for APKCombo, required for apps not yet cached on APKCombo website.
  • v2.7.3 26-04-2020 Added icon
  • v2.7.2 25-04-2020 Fix for APKCombo. APKCombo button now tries to download from Google's servers, but if files are not available, it downloads from APKCombo's own servers.
  • v2.7.1 25-03-2020
  • v2.7.1 25-03-2020 Added favicon.
  • v2.7.1 23-03-2020 APKCombo button is automatic now, and allows to download directly from Google servers.
  • v2.7.0 10-03-2020 Added simple APKCombo button
  • v2.6.3 08-03-2020 Fix for Tampermonkey and Violentmonkey: due to the different implementation of GM.xmlHttpRequest between the various userscript injectors, recent changes in APKPure button were not compatible with TM and VM. I've completely rewritten the APKPure dowloader, testing it on GM, VM and TM on boh Chrome and Firefox.
  • v2.6.2 06-03-2020 Trivial fix for downloads of small apks on fast connection: now the APKPure button does not get stuck on "Wait..." anymore.
  • v2.6.1 08-02-2020 Applied changes introduced in 2.6.0 also for ViolenMonkey users.
  • v2.6.0 05-02-2020 -Fixed a HUGE performance bug in ApkPure downloads. Now they should start in not more than 3 seconds and they will take less resources. -Added support for XAPK packaged downloads from ApkPure. -Added an error message if the app is not available on APK-DL
  • v2.5.0 24-01-2020 Now ApkPure buttons properly shows if the requested app is not available. Small improvements also for APK-DL button's stability.
  • v2.4.1 23-12-2019 Fix for Firefox Mobile
  • v2.4.0 22-12-2019 Direct download also available for ApkPure! Improvements for compatibility with ViolentMonkey.
  • v2.3.3 20-12-2019 Removed an unwanted popup on APK-DL captcha page.
  • v2.3.2 19-12-2019 v2.3.0: Direct download from APK-DL available again! Super fast, no need to open other tabs! v2.3.1: Better error handling for DDL v2.3.1: Optimization to reduce the requests for captcha on APK-DL.
  • v2.3.0 19-12-2019 Direct download from APK-DL available again! Super fast, no need to open other tabs!
  • v2.2.9 18-12-2019 Better bugfix, now the script should not crash, just glitch in the worst case.
  • v2.2.8 17-12-2019 Bugfix: no more script crashing when reading app reviews or loading an app directly from the main page.
  • v2.2.7 26-11-2018 Now the script should work correctly in pages of already installed apps (useful for who uses a Google account on the Play Store)
  • v2.2.3 23-09-2018 Corrected drawback introduced in version 2.2.2, causing buttons not to show in non-HTML desktop version of Play Store.
  • v2.2.2 23-09-2018 Fixed a bug that prevented from showing buttons on the non-HTML version of the Play Store. Sorry for the delay!
  • v2.2.1 16-09-2018 Removed apkleecher as it's not working for most applications
  • v2.2.0 23-07-2018 Added APKLeecher as a direct download source. The page has a timeout (should be 25 seconds, but it takes less than 10) for the download to begin. I'm still trying to avoid this limitation. To start the download earlier, use the 2nd apkleecher button (it will open a new tab).
  • v2.1.0 20-07-2018
  • v2.1.0 20-07-2018 Removed automatic download form APKPure as APKPure can't be loaded anymore inside another page. Removed also APK-DL as that website now uses a scrambled script to mine bitcoins whitout notifying the user.
  • v2.0.1 14-06-2018 APKPure button now shows "Downloading..." when clicked.
  • v2.0.0 20-03-2018 Final version for both HTML UI and that wierd javascript UI currently used by the Play Store in some browsers (such as Chrome and Firefox for Android). Now all the buttons are styled as the "Install" button.
  • v2.0.0 20-03-2018 Final version for both HTML UI and that wierd javascript UI currently used by the Play Store in some browsers (such as Chrome and Firefox for Android). Now all the buttons are styled as the "Install" button.
  • v1.9.2 19-03-2018 Stable fix: supports page navigation (reloads buttons whenever you change app) in non-HTML Play Store, and it even reduces page size by removing garbage left by Google in the page.
  • v1.9.1 19-03-2018 Fix
  • v1.9.0 19-03-2018 Improvements on non-html version nof Play Store.
  • v1.8.1 17-03-2018 Fix for UglyUI on desktop browsers.
  • v1.8.0 17-03-2018 Rough fix to the new ugly code used by Google to generate the page on some mobile interfaces; instead of using HTML for the elements and javascript for the functions, the new Play Store dynamically generates and obfuscates the page using heavy scripting. This practice of obfuscating HTML code is made to avoid the use of userscripts, but it's not enough to stop me from improving this script;). This fix is very rough (sometimes you won't have a complete CSS on download buttons).
  • v1.7.1 22-01-2018 Improved APKPure DDL to avoid increasing the page size if the APKPure button is repeatedly clicked.
  • v1.7.0 22-01-2018 Even faster!!! Now you can directly download apks trough APKPure without opening another tab. Just click on APKPure button and save the file!
  • v1.6.4 28-10-2017 ...ok, now it works starting from EVERY page of the store.
  • v1.6.3 28-10-2017 Now the script loads correcly even when you start browsing the store from a category or from the homepage, and not only when you start from the details of an app.
  • v1.6.2 11-10-2017 Corrected a bug during the app ID extraction that caused APKPure button not to work properly.
  • v1.6.1 10-10-2017 APKPure button creation is faster now
  • v1.6.0 10-10-2017 Added APK Pure to the list of APK sources. The button gives you a direct link to the page containing the APK, so when you click it, the download will start immediately as the APKPure page appears.
  • v1.5.2 09-10-2017 Fixed: An alert used for debugging might appear
  • v1.5.1 27-09-2017 Added a control to check if buttons for the previous application are still there. In ViolentMonkey for Firefox Mobile you still need to reload the page if you don't see the buttons. I don't know if it's a limitation fo ViolentMonkey or Firefox Mobile.
  • v1.5.0 27-09-2017 Added a control to check if buttons for the previous application are still there. This seems to be necessary on Firefox Mobile.
  • v1.5.0 26-09-2017
  • v1.5.0 26-09-2017
  • v1.5.0 25-09-2017 Ok, now it should really work as expected. If you have a version between 1.4.0 and 1.4.4, I really suggest you to update to version 1.5.0, which is stable and perfectly working.
  • v1.4.4 25-09-2017 rollback version (just for a couple of days)
  • v1.4.3 25-09-2017
  • v1.4.3 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017
  • v1.4.2 25-09-2017 test
  • v1.4.2 25-09-2017 test
  • v1.4.2 25-09-2017 test
  • v1.4.2 25-09-2017 test
  • v1.4.1 24-09-2017 Corrected a bug that caused buttons not to appear if starting the browsing session from the Store's home page.
  • v1.4.0 24-09-2017 No need to reload anymore! The script detects URL change even if the page is not reloaded but just changed, and then add the buttons.
  • v1.3.2 21-09-2017 Removed an error in the script that might prevent from showing buttons.
  • v1.3.1 19-09-2017 Now the script correctly detects if the app is free or not.
  • v1.3 19-09-2017 Buttons aren't shown anymore on paid apps, as long as none of the available services allows downloading paid apps.
  • v1.2 09-09-2017 Moved Wishlist button after download buttons.
  • v1.1.1 09-09-2017 Removed useless debug alert.
  • v1.1 08-09-2017 Now it works even in mobile view.
  • v1.0 07-09-2017