Merge pull request #57 from Korbak/master

Add "Invidious" extension to the list
This commit is contained in:
Marien Fressinaud 2019-09-04 09:46:48 +02:00 committed by GitHub
commit e9f0fad3e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -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)

View file

@ -128,6 +128,14 @@
"author": "Nicolas <nicofrand> 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"
}
]
}