https://github.com/kitadai31/revanced-patches-android6-7
YouTube ReVanced for Android 6.0-7.1
https://github.com/kitadai31/revanced-patches-android6-7
Last synced: 11 months ago
JSON representation
YouTube ReVanced for Android 6.0-7.1
- Host: GitHub
- URL: https://github.com/kitadai31/revanced-patches-android6-7
- Owner: kitadai31
- License: gpl-3.0
- Fork: true (inotia00/revanced-patches)
- Created: 2023-03-09T15:20:43.000Z (over 3 years ago)
- Default Branch: revanced-extended
- Last Pushed: 2024-12-22T03:40:43.000Z (over 1 year ago)
- Last Synced: 2024-12-22T04:26:16.251Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 34.9 MB
- Stars: 198
- Watchers: 12
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README-template.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - kitadai31
README
## 🧩 ReVanced Patches
ReVanced Extended Patches.
See the [documentation](https://github.com/inotia00/revanced-documentation#readme) to learn how to apply patches and build ReVanced Extended apps.
## 📋 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.",
"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": []
}
]
```