diff --git a/README.md b/README.md index f1e5ad9..cb8d92c 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,8 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@Lapineige](https://github.com/lapineige) * [Reading Time](https://framagit.org/Lapineige/FreshRSS_Extension-ReadingTime): Add a reading time estimation next to each article. + + +### By [@Korbak](https://github.com/Korbak) + +* [Invidious](https://github.com/Korbak/freshrss-invidious): Displays videos from YouTube feeds inline and replaces every source by the Invidious instance of your choice for an enhanced privacy (no tracking or limitation) diff --git a/extensions.json b/extensions.json index e020c49..8c05b54 100644 --- a/extensions.json +++ b/extensions.json @@ -128,6 +128,14 @@ "author": "Nicolas Frandeboeuf", "url": "https://framagit.org/nicofrand/xextension-threepanesview", "type": "gh-subdirectory" + }, + { + "name": "Invidious", + "description": "Displays videos from YouTube feeds inline and replaces every source by the Invidious instance of your choice for an enhanced privacy (no tracking or limitation)", + "version": 1.0, + "author": "Korbak", + "url": "https://github.com/Korbak/freshrss-invidious", + "type": "gh-subdirectory" } ] }