Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inotia00/revanced-patches
🧩 Patches for ReVanced
https://github.com/inotia00/revanced-patches
Last synced: about 1 month ago
JSON representation
🧩 Patches for ReVanced
- Host: GitHub
- URL: https://github.com/inotia00/revanced-patches
- Owner: inotia00
- License: gpl-3.0
- Fork: true (ReVanced/revanced-patches-template)
- Created: 2022-12-21T16:29:56.000Z (almost 2 years ago)
- Default Branch: revanced-extended
- Last Pushed: 2024-05-21T14:00:30.000Z (6 months ago)
- Last Synced: 2024-05-22T15:18:57.120Z (6 months ago)
- Language: Kotlin
- Homepage: https://revanced.app
- Size: 25.7 MB
- Stars: 1,311
- Watchers: 54
- Forks: 84
- Open Issues: 1
-
Metadata Files:
- Readme: README-template.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 🧩 ReVanced Patches
ReVanced Extended Patches.
## 📋 List of patches in this repository
{{ table }}
## 📝 JSON Format
This section explains the JSON format for the [patches.json](patches.json) file.
Example:
```json
[
{
"name": "Alternative thumbnails",
"description": "Adds options to replace video thumbnails using the DeArrow API or image captures from the video.",
"compatiblePackages":[
{
"name": "com.google.android.youtube",
"versions": "COMPATIBLE_PACKAGE_YOUTUBE"
}
],
"use":true,
"requiresIntegrations":false,
"options": []
},
{
"name": "Bitrate default value",
"description": "Sets the audio quality to 'Always High' when you first install the app.",
"compatiblePackages": [
{
"name": "com.google.android.apps.youtube.music",
"versions": "COMPATIBLE_PACKAGE_MUSIC"
}
],
"use":true,
"requiresIntegrations":false,
"options": []
},
{
"name": "Hide ads",
"description": "Adds options to hide ads.",
"compatiblePackages": [
{
"name": "com.reddit.frontpage",
"versions": "COMPATIBLE_PACKAGE_REDDIT"
}
],
"use":true,
"requiresIntegrations":true,
"options": []
}
]
```