Merge branch 'master' into pr/lukasMega/238
This commit is contained in:
commit
998c6642bf
10 changed files with 1116 additions and 1316 deletions
|
|
@ -170,7 +170,7 @@
|
|||
"name": "FreshRss FlareSolverr",
|
||||
"author": "James Ravenscroft",
|
||||
"description": "Use a Flaresolverr instance to bypass cloudflare security checks",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"entrypoint": "FlareSolverr",
|
||||
"type": "system",
|
||||
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
|
||||
|
|
@ -268,8 +268,8 @@
|
|||
{
|
||||
"name": "Mark Previous as Read",
|
||||
"author": "kalvn",
|
||||
"description": "This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries belonging to the current feed, as read. The goal is, when going through a very long list of entries without reading them all, to be able to stop and continue later.",
|
||||
"version": "1.1.0",
|
||||
"description": "This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries as read.",
|
||||
"version": "1.1.1",
|
||||
"entrypoint": "MarkPreviousAsRead",
|
||||
"type": "user",
|
||||
"url": "https://github.com/kalvn/freshrss-mark-previous-as-read",
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
"name": "News Assistant",
|
||||
"author": "Mervyn Zhan",
|
||||
"description": "Using the ai api of `OpenAI`, `Anthropic`, `Groq` by [Portkey-AI/gateway](https://github.com/Portkey-AI/gateway/) to summary the news.",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"entrypoint": "NewsAssistant",
|
||||
"type": "system",
|
||||
"url": "https://github.com/reply2future/xExtension-NewsAssistant",
|
||||
|
|
@ -386,6 +386,17 @@
|
|||
"method": "git",
|
||||
"directory": "xExtension-RemoveEmojis"
|
||||
},
|
||||
{
|
||||
"name": "SendToMyJD2",
|
||||
"author": "CNTools | Clemens Neubauer",
|
||||
"description": "Send links to a jDownloader2 instance with the myJDownloader2 API",
|
||||
"version": "0.0.1-alpha",
|
||||
"entrypoint": "SendToMyJD2",
|
||||
"type": "user",
|
||||
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
|
||||
"method": "git",
|
||||
"directory": "xExtension-SendToMyJD2"
|
||||
},
|
||||
{
|
||||
"name": "Share By Email",
|
||||
"author": "Marien Fressinaud",
|
||||
|
|
@ -545,7 +556,7 @@
|
|||
"name": "YouTubeChannel2RssFeed",
|
||||
"author": "CNTools | Clemens Neubauer",
|
||||
"description": "Transfer YouTube URL into RSS Feed URL.",
|
||||
"version": "0.6.0-alpha",
|
||||
"version": "0.6.1",
|
||||
"entrypoint": "YouTubeChannel2RssFeed",
|
||||
"type": "user",
|
||||
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue