Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blawuken/revanced-patches-extended
https://github.com/blawuken/revanced-patches-extended
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blawuken/revanced-patches-extended
- Owner: Blawuken
- License: gpl-3.0
- Created: 2023-11-30T11:15:33.000Z (about 1 year ago)
- Default Branch: revanced-extended
- Last Pushed: 2024-03-05T16:45:13.000Z (10 months ago)
- Last Synced: 2024-03-05T17:55:58.352Z (10 months ago)
- Language: Kotlin
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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": "Default video quality",
"description": "Adds ability to set default video quality settings.",
"compatiblePackages":[
{
"name":"com.google.android.youtube",
"versions":[
"18.25.40",
"18.27.36",
"18.29.38",
"18.30.37",
"18.31.40",
"18.32.39",
"18.33.40",
"18.34.38",
"18.35.36",
"18.36.39",
"18.37.36",
"18.38.44",
"18.39.41",
"18.40.34",
"18.41.39",
"18.42.41",
"18.43.45",
"18.44.41",
"18.45.43",
"18.46.45",
"18.48.39",
"18.49.37",
"19.01.34",
"19.02.39"
]
}
],
"use":true,
"requiresIntegrations":false,
"options": []
},
{
"name": "Remember video quality",
"description": "Save the video quality value whenever you change the video quality.",
"compatiblePackages": [
{
"name": "com.google.android.apps.youtube.music",
"versions": [
"6.21.52+"
]
}
],
"use":true,
"requiresIntegrations":false,
"options": []
}
]
```