README.md

August 23, 2026 · View on GitHub

Play Store Adblock

Xposed module that removes ads, sponsored apps, and promoted recommendations from the Google Play Store.

Android 11+ libxposed API 101+ Updates on Telegram

Screenshots

Stock Patched
Stock: sponsored app above the real result Patched: sponsored app removed

Requirements

  • Android 11+ with an arm64-v8a device
  • Xposed manager with libxposed API 101+, such as LSPosed

Warning

Hooking the Play Store can trip Google's device-certification or billing checks on devices without a working Play Integrity setup. This is inherent to modifying the Play Store.

Install

  1. Install APK from Releases
  2. Enable the module in your Xposed manager, scoped to Google Play Store (com.android.vending)
  3. Force-stop the Play Store so it restarts with the module active

Note

If you still see ads or an empty placeholder shelf, clear the Play Store cache, force-stop it, and relaunch. Play Store keeps serving cached ad responses until they refresh.

Compatibility

Play Store releaseVersion codeStatus
41.9.18-XX841918XXunsupported
42.9.17-XX842917XXunsupported
43.9.18-XX843918XXsupported
44.9.20-XX844920XXsupported
45.9.19-XX845919XXsupported
46.9.20-XX846920XXsupported
47.0.13-XX847013XXsupported
47.6.28-XX847628XXsupported
48.5.23-XX848523XXsupported
49.9.19-XX849919XXsupported
49.9.21-XX849921XXuntested
50.1.33-XX850133XXsupported
50.7.37-XX850737XXsupported
51.0.19-XX851019XXsupported
51.9.18-XX851918XXsupported
52.2.25-XX852225XXsupported
52.3.32-XX852332XXsupported
52.4.41-XX852441XXsupported
52.5.22-XX852522XXsupported
52.6.26-XX852626XXsupported
52.7.34-XX852734XXsupported
52.8.55-XX852855XXsupported

Find your build either in Play Store → Settings → About or with:

adb shell dumpsys package com.android.vending | grep -E 'versionName|versionCode'

Builds not listed here are usually still compatible, since the module adapts to changes between Play Store releases. If sponsored content appears, open an issue and include the version name and version code.

Also dislike ads in Google Discover, the launcher's -1 screen, or Google News? Try discover-ads-filter, a sister module.

License

GPL-3.0-only