parent
9829a25c64
commit
119c775506
3 changed files with 54 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -103,3 +103,15 @@ There are some FreshRSS extensions out there, developed by community members:
|
|||
### By [@shinemoon](https://github.com/shinemoon)
|
||||
|
||||
* [Colorful List](https://github.com/shinemoon/FreshRSS-Dev/tree/master/extensions/xExtension-ColorfulList): Generate light different background color for article list rows (relying on the feed name)
|
||||
|
||||
### By [@babico](https://github.com/babico)
|
||||
|
||||
* [Twitch Channel 2 Rss Feed](https://github.com/babico/xExtension-TwitchChannel2RssFeed): You can add a Twitch Channel URL and will get it as RSSFeed
|
||||
|
||||
### By [@ravenscroftj](https://github.com/ravenscroftj)
|
||||
|
||||
* [FreshRss FlareSolverr](https://github.com/ravenscroftj/freshrss-flaresolverr-extension): Use a Flaresolverr instance to bypass cloudflare security checks
|
||||
|
||||
### By [@tunbridgep](https://github.com/tunbridgep)
|
||||
|
||||
* [Invidious Video Feed](https://github.com/tunbridgep/freshrss-invidious/tree/master/xExtension-Invidious): Embed YouTube feeds inside article content, but with Invidious.
|
||||
|
|
|
|||
|
|
@ -452,6 +452,39 @@
|
|||
"method": "git",
|
||||
"directory": "xExtension-TouchControl"
|
||||
},
|
||||
{
|
||||
"name": "TwitchChannel2RssFeed",
|
||||
"author": "Babico",
|
||||
"description": "Transfer Twitch Channel URL into RSS Feed URL.",
|
||||
"version": 0.2,
|
||||
"entrypoint": "TwitchChannel2RssFeed",
|
||||
"type": "user",
|
||||
"url": "https://github.com/babico/xExtension-TwitchChannel2RssFeed",
|
||||
"method": "git",
|
||||
"directory": "."
|
||||
},
|
||||
{
|
||||
"name": "FreshRss FlareSolverr",
|
||||
"author": "James Ravenscroft",
|
||||
"description": "Use a Flaresolverr instance to bypass cloudflare security checks",
|
||||
"version": 0.1,
|
||||
"entrypoint": "FlareSolverr",
|
||||
"type": "system",
|
||||
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
|
||||
"method": "git",
|
||||
"directory": "."
|
||||
},
|
||||
{
|
||||
"name": "Invidious Video Feed",
|
||||
"author": "Paul Tunbridge (forked from Korbak and Kevin Papst)",
|
||||
"description": "Embed YouTube feeds inside article content, but with Invidious.",
|
||||
"version": 1.1,
|
||||
"entrypoint": "Invidious",
|
||||
"type": "user",
|
||||
"url": "https://github.com/tunbridgep/freshrss-invidious",
|
||||
"method": "git",
|
||||
"directory": "xExtension-Invidious"
|
||||
},
|
||||
{
|
||||
"name": "White List",
|
||||
"author": "Alexis Degrugillier",
|
||||
|
|
|
|||
|
|
@ -43,6 +43,15 @@
|
|||
}, {
|
||||
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
|
||||
"type": "git"
|
||||
}, {
|
||||
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
|
||||
"type": "git"
|
||||
}, {
|
||||
"url": "https://github.com/babico/xExtension-TwitchChannel2RssFeed",
|
||||
"type": "git"
|
||||
}, {
|
||||
"url": "thttps://github.com/tunbridgep/freshrss-invidious",
|
||||
"type": "git"
|
||||
}, {
|
||||
"url": "https://github.com/javerous/freshrss-greader-redate",
|
||||
"type": "git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue