See the documentation to learn how to apply patches and build ReVanced Extended apps.
Report issues here.
This project is deprecated and no longer actively maintained.
- No further features, fixes, or updates will be provided.
- Issues and pull requests are no longer monitored.
- The repository remains available for reference and forking.
See Announcement for more info.
- Morphe (Recommended): This project is an alternative to ReVanced, which no longer has an active maintainer. Considering its future sustainability, I recommend it as a long-term successor project. I will continue to contribute as a member of the Morphe Team.
- RVX by Anddea: This is a fork of RVX that has been maintained for about 2 years.
For immediate compatibility, RVX by Anddea is available; however, for sustainable support, I recommend migrating to Morphe.
It has been an incredible journey over the past 3.5 years. I am deeply grateful to the community for all the support and contributions that made this project possible.
While this repository is now archived, its spirit continues in Morphe. Thank you for being part of the ride!
{{ table }}
This section explains the JSON format for the patches.json file.
Example:
[
{
"name": "Alternative thumbnails",
"description": "Adds options to replace video thumbnails using the DeArrow API or image captures from the video.",
"use":true,
"compatiblePackages": {
"com.google.android.youtube": "COMPATIBLE_PACKAGE_YOUTUBE"
},
"options": []
},
{
"name": "Bitrate default value",
"description": "Sets the audio quality to 'Always High' when you first install the app.",
"use":true,
"compatiblePackages": {
"com.google.android.apps.youtube.music": "COMPATIBLE_PACKAGE_MUSIC"
},
"options": []
},
{
"name": "Hide ads",
"description": "Adds options to hide ads.",
"use":true,
"compatiblePackages": {
"com.reddit.frontpage": "COMPATIBLE_PACKAGE_REDDIT"
},
"options": []
}
]