-
Notifications
You must be signed in to change notification settings - Fork 58
/
extensions.json
567 lines (567 loc) · 22.2 KB
/
extensions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
{
"version": 0.1,
"extensions": [
{
"name": "Always togglable menu",
"author": "nicofrand",
"description": "This makes the icon to toggle the menu always shown, even on larger screens.",
"version": "1.2",
"entrypoint": "TogglableMenu",
"type": "user",
"url": "https://framagit.org/nicofrand/xextension-togglablemenu",
"method": "git",
"directory": "."
},
{
"name": "ArticleSummary",
"author": "Liang",
"description": "A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification.",
"version": "0.1.2",
"entrypoint": "ArticleSummary",
"type": "user",
"url": "https://github.com/LiangWei88/xExtension-ArticleSummary",
"method": "git",
"directory": "."
},
{
"name": "Auto Refresh",
"author": "Essa AlAwadi",
"description": "Automatically refreshes the RSS feed when there is no activity",
"version": "1.3",
"entrypoint": "AutoRefresh",
"type": "user",
"url": "https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension",
"method": "git",
"directory": "xExtension-AutoRefresh"
},
{
"name": "AutoTTL",
"author": "Magnus Kokk",
"description": "A FreshRSS extension for automatic feed refresh TTL based on the average frequency of entries.",
"version": "0.5.8",
"entrypoint": "AutoTTL",
"type": "user",
"url": "https://github.com/mgnsk/FreshRSS-AutoTTL",
"method": "git",
"directory": "."
},
{
"name": "Black List",
"author": "CNTools | Clemens Neubauer",
"description": "Blacklist to block feeds for users",
"version": "0.0.1",
"entrypoint": "BlackList",
"type": "system",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-BlackList"
},
{
"name": "Clickable Links",
"author": "Kapdap",
"description": "Replaces non-clickable plain text URLs found in articles with clickable HTML links.",
"version": "1.01",
"entrypoint": "ClickableLink",
"type": "user",
"url": "https://github.com/kapdap/freshrss-extensions",
"method": "git",
"directory": "xExtension-ClickableLinks"
},
{
"name": "Colorful List",
"author": "Claud Xiao",
"description": "Colorful Entry Title based on RSS source",
"version": "0.3.1",
"entrypoint": "ColorfulList",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-ColorfulList"
},
{
"name": "Comics in feed",
"author": "José Moreira",
"description": "Embed the images from comics feeds directly.",
"version": "1.5.1",
"entrypoint": "ComicsInFeed",
"type": "system",
"url": "https://github.com/giventofly/freshrss-comicsinfeed",
"method": "git",
"directory": "."
},
{
"name": "Copy2Clipboard",
"author": "CNTools | Clemens Neubauer",
"description": "Copy the destination links of all visible entries into clipboard",
"version": "0.4",
"entrypoint": "Copy2Clipboard",
"type": "user",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-Copy2Clipboard"
},
{
"name": "Date Format",
"author": "Alexis Degrugillier",
"description": "Change how dates are displayed in the interface",
"version": "0.2.1",
"entrypoint": "DateFormat",
"type": "user",
"url": "https://github.com/aledeg/xExtension-DateFormat",
"method": "git",
"directory": "."
},
{
"name": "Feed Priority Shortcut",
"author": "Aidi Stan",
"description": "Set up visibilities/priorities of your feeds easily",
"version": "1.1.0",
"entrypoint": "FeedPriorityShortcut",
"type": "user",
"url": "https://github.com/aidistan/freshrss-extensions",
"method": "git",
"directory": "xExtension-FeedPriorityShortcut"
},
{
"name": "FeedTitleBuilder",
"author": "CNTools | Clemens Neubauer",
"description": "Build your own feed title based on url, the original feed title and the date the feed was added",
"version": "0.2",
"entrypoint": "FeedTitleBuilder",
"type": "user",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-FeedTitleBuilder"
},
{
"name": "FilterTitle",
"author": "CNTools | Clemens Neubauer",
"description": "Filter feed entries by filter keywords in title",
"version": "0.1.0",
"entrypoint": "FilterTitle",
"type": "system",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-FilterTitle"
},
{
"name": "Fixed Nav Menu",
"author": "Marco Heizmann",
"description": "Sets the position of the navigation menu to fixed when scrolling down.",
"version": "0.1",
"entrypoint": "FixedNavMenu",
"type": "user",
"url": "https://github.com/oyox/FreshRSS-extensions",
"method": "git",
"directory": "xExtension-FixedNavMenu"
},
{
"name": "FreshRss FlareSolverr",
"author": "James Ravenscroft",
"description": "Use a Flaresolverr instance to bypass cloudflare security checks",
"version": "0.2",
"entrypoint": "FlareSolverr",
"type": "system",
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
"method": "git",
"directory": "."
},
{
"name": "GReader Redate",
"author": "Julien Avérous",
"description": "Use published date instead of fetching date.",
"version": "1.3",
"entrypoint": "GReaderRedate",
"type": "user",
"url": "https://github.com/javerous/freshrss-greader-redate",
"method": "git",
"directory": "xExtension-GReaderRedate"
},
{
"name": "Image Cache",
"author": "Victrid",
"description": "Cache feed images on your own facility or Cloudflare cache.",
"version": "0.4.0",
"entrypoint": "ImageCache",
"type": "user",
"url": "https://github.com/Victrid/freshrss-image-cache-plugin",
"method": "git",
"directory": "."
},
{
"name": "Image Proxy",
"author": "Frans de Jonge",
"description": "No insecure content warnings or disappearing images.",
"version": "0.7.3",
"entrypoint": "ImageProxy",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-ImageProxy"
},
{
"name": "Invidious Video Feed",
"author": "Korbak (forked from Kevin Papst)",
"description": "Embed YouTube feeds inside article content, but with Invidious.",
"version": "1.1",
"entrypoint": "Invidious",
"type": "system",
"url": "https://github.com/Korbak/freshrss-invidious",
"method": "git",
"directory": "xExtension-Invidious"
},
{
"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": "Kagi Summarizer",
"author": "Rudis Muiznieks",
"description": "Add buttons to summarize articles with the Kagi Universal Summarizer.",
"version": "0.3",
"entrypoint": "KagiSummarizer",
"type": "user",
"url": "https://code.sitosis.com/rudism/freshrss-kagi-summarizer",
"method": "git",
"directory": "."
},
{
"name": "Keep Folder State",
"author": "Marco Heizmann",
"description": "Stores the state of the folders locally and expand them automatically if necessary.",
"version": "0.1",
"entrypoint": "KeepFolderState",
"type": "user",
"url": "https://github.com/oyox/FreshRSS-extensions",
"method": "git",
"directory": "xExtension-KeepFolderState"
},
{
"name": "LaTeX support",
"author": "Alexis Degrugillier",
"description": "Add support for LaTeX notation rendering",
"version": "0.1.5",
"entrypoint": "LatexSupport",
"type": "user",
"url": "https://github.com/aledeg/xExtension-LatexSupport",
"method": "git",
"directory": "."
},
{
"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 as read.",
"version": "1.1.1",
"entrypoint": "MarkPreviousAsRead",
"type": "user",
"url": "https://github.com/kalvn/freshrss-mark-previous-as-read",
"method": "git",
"directory": "xExtension-MarkPreviousAsRead"
},
{
"name": "Mobile Scroll Menu",
"author": "Marco Heizmann",
"description": "Automatically hides the header menu on mobile phones, when scrolling down and shows it when scrolling up.",
"version": "0.2",
"entrypoint": "MobileScrollMenu",
"type": "user",
"url": "https://github.com/oyox/FreshRSS-extensions",
"method": "git",
"directory": "xExtension-MobileScrollMenu"
},
{
"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.2",
"entrypoint": "NewsAssistant",
"type": "system",
"url": "https://github.com/reply2future/xExtension-NewsAssistant",
"method": "git",
"directory": "."
},
{
"name": "Pocket Button",
"author": "Christian Putzke",
"description": "Add articles to Pocket with one simple button click or a keyboard shortcut.",
"version": "0.5",
"entrypoint": "PocketButton",
"type": "user",
"url": "https://github.com/christian-putzke/freshrss-pocket-button",
"method": "git",
"directory": "."
},
{
"name": "Quick Collapse",
"author": "romibi and Marien Fressinaud",
"description": "Quickly change from folded to unfolded articles",
"version": "0.2.2",
"entrypoint": "QuickCollapse",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-QuickCollapse"
},
{
"name": "RSS-Bridge",
"author": "Devon Hess",
"description": "Run URLs through <a href=\"https://github.com/rss-bridge/rss-bridge\">RSS-Bridge</a> detection.",
"version": "1.1",
"entrypoint": "RssBridge",
"type": "system",
"url": "https://github.com/DevonHess/FreshRSS-Extensions",
"method": "git",
"directory": "xExtension-RssBridge"
},
{
"name": "Readable",
"author": "printfuck",
"description": "Fetch article content for selected feeds with readability or mercury",
"version": "0.3",
"entrypoint": "Readable",
"type": "user",
"url": "https://github.com/printfuck/xExtension-Readable",
"method": "git",
"directory": "."
},
{
"name": "Readeck Button",
"author": "Joedmin",
"description": "Add articles to Readeck with one simple button click or a keyboard shortcut.",
"version": "0.6",
"entrypoint": "ReadeckButton",
"type": "user",
"url": "https://github.com/Joedmin/xExtension-readeck-button",
"method": "git",
"directory": "."
},
{
"name": "Reading Time",
"author": "Lapineige",
"description": "Add a reading time estimation next to each article title",
"version": "1.5",
"entrypoint": "ReadingTime",
"type": "user",
"url": "https://framagit.org/Lapineige/FreshRSS_Extension-ReadingTime/",
"method": "git",
"directory": "."
},
{
"name": "ReadingTime",
"author": "Lapineige",
"description": "Add a reading time estimation next to each article",
"version": "1.5.1",
"entrypoint": "ReadingTime",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-ReadingTime"
},
{
"name": "Reddit Image",
"author": "Alexis Degrugillier",
"description": "Modify reddit entries by displaying known medias and easing access to the linked resource",
"version": "1.2.0",
"entrypoint": "RedditImage",
"type": "user",
"url": "https://github.com/aledeg/xExtension-RedditImage",
"method": "git",
"directory": "."
},
{
"name": "Remove emojis",
"author": "CNTools | Clemens Neubauer",
"description": "remove emojis in the title of newly added feed entries",
"version": "0.1-dev",
"entrypoint": "RemoveEmojis",
"type": "user",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"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",
"description": "Improve the sharing by email system.",
"version": "0.2.3",
"entrypoint": "ShareByEmail",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-ShareByEmail"
},
{
"name": "ShowFeedID",
"author": "math-GH",
"description": "Show the ID of feed and category",
"version": "0.3.0",
"entrypoint": "ShowFeedID",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-showFeedID"
},
{
"name": "Smart Mobile Menu",
"author": "Marco Heizmann",
"description": "Minimizes the required button space and groups buttons.",
"version": "0.1",
"entrypoint": "SmartMobileMenu",
"type": "user",
"url": "https://github.com/oyox/FreshRSS-extensions",
"method": "git",
"directory": "xExtension-SmartMobileMenu"
},
{
"name": "Sticky Feeds",
"author": "Marien Fressinaud",
"description": "Set the feed aside in the main stream following the window scroll.",
"version": "0.2.1",
"entrypoint": "StickyFeeds",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-StickyFeeds"
},
{
"name": "Theme Mode Synchronizer",
"author": "Aidi Stan",
"description": "Synchronize the theme with your system light/dark mode",
"version": "1.1.4",
"entrypoint": "ThemeModeSynchronizer",
"type": "user",
"url": "https://github.com/aidistan/freshrss-extensions",
"method": "git",
"directory": "xExtension-ThemeModeSynchronizer"
},
{
"name": "ThreePanesView",
"author": "nicofrand",
"description": "Adds a third vertical pane along the articles list, to display the articles content.",
"version": "1.14",
"entrypoint": "ThreePanesView",
"type": "user",
"url": "https://framagit.org/nicofrand/xextension-threepanesview",
"method": "git",
"directory": "."
},
{
"name": "Title-Wrap",
"author": "₣rans de Jonge, Joris Kinable",
"description": "Applies a line-wrap to long article titles, as opposed to truncating the title when it overflows its display area.",
"version": "0.3.0",
"entrypoint": "TitleWrap",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-TitleWrap"
},
{
"name": "Touch Control",
"author": "Marco Heizmann",
"description": "Add touch gestures to FreshRSS.",
"version": "0.2",
"entrypoint": "TouchControl",
"type": "user",
"url": "https://github.com/oyox/FreshRSS-extensions",
"method": "git",
"directory": "xExtension-TouchControl"
},
{
"name": "TranslateTitlesCN",
"version": "0.3.1",
"description": "Translate article titles of the specified feed into Chinese.",
"author": "jacob2826",
"website": "https://github.com/jacob2826/FreshRSS-TranslateTitlesCN",
"entrypoint": "TranslateTitles",
"type": "user",
"url": "https://github.com/jacob2826/FreshRSS-TranslateTitlesCN",
"method": "git",
"directory": "TranslateTitlesCN"
},
{
"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": "Wallabag Button",
"author": "Joedmin",
"description": "Add articles to Wallabag with one simple button click or a keyboard shortcut.",
"version": "0.3",
"entrypoint": "WallabagButton",
"type": "user",
"url": "https://github.com/Joedmin/xExtension-wallabag-button",
"method": "git",
"directory": "."
},
{
"name": "White List",
"author": "Alexis Degrugillier",
"description": "White list the accessible feeds to users",
"version": "0.0.1",
"entrypoint": "WhiteList",
"type": "system",
"url": "https://github.com/aledeg/xExtension-WhiteList",
"method": "git",
"directory": "."
},
{
"name": "Word highlighter",
"author": "Lukas Melega",
"description": "Highlight specific words",
"version": "0.0.3",
"entrypoint": "WordHighlighter",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-WordHighlighter"
},
{
"name": "YouTube Video Feed",
"author": "Kevin Papst",
"description": "Embed YouTube feeds inside article content.",
"version": "0.12",
"entrypoint": "YouTube",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-YouTube"
},
{
"name": "YouTubeChannel2RssFeed",
"author": "CNTools | Clemens Neubauer",
"description": "Transfer YouTube URL into RSS Feed URL.",
"version": "0.6.1",
"entrypoint": "YouTubeChannel2RssFeed",
"type": "user",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-YouTubeChannel2RssFeed"
}
]
}