forked from FreshRSS/Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
423 lines (423 loc) · 16.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
{
"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.1,
"entrypoint": "TogglableMenu",
"type": "user",
"url": "https://framagit.org/nicofrand/xextension-togglablemenu",
"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.3.0",
"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.1-alpha",
"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": "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": "Custom CSS",
"author": "Marien Fressinaud",
"description": "Give possibility to overwrite the CSS with a user-specific rules.",
"version": 0.2,
"entrypoint": "CustomCSS",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-CustomCSS"
},
{
"name": "Custom JS",
"author": "Frans de Jonge",
"description": "Apply custom JS.",
"version": 0.2,
"entrypoint": "CustomJS",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-CustomJS"
},
{
"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": "Dilberts Daily Comic",
"author": "Kevin Papst",
"description": "Embed the images from Dilberts daily feed inside article content.",
"version": "0.3.1",
"entrypoint": "Dilbert",
"type": "system",
"url": "https://github.com/kevinpapst/freshrss-dilbert",
"method": "git",
"directory": "xExtension-Dilbert"
},
{
"name": "Feed Priority Shortcut",
"author": "Aidi Stan",
"description": "Set up visibilities/priorities of your feeds easily",
"version": "1.0.2",
"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.1,
"entrypoint": "FeedTitleBuilder",
"type": "user",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-FeedTitleBuilder"
},
{
"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": "GReader Redate",
"author": "Julien Avérous",
"description": "Use published date instead of fetching date.",
"version": 1.1,
"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.3,
"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.5,
"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": "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.4",
"entrypoint": "LatexSupport",
"type": "user",
"url": "https://github.com/aledeg/xExtension-LatexSupport",
"method": "git",
"directory": "."
},
{
"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": "Pocket Button",
"author": "Christian Putzke",
"description": "Add articles to Pocket with one simple button click or a keyboard shortcut.",
"version": 0.4,
"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.1,
"entrypoint": "QuickCollapse",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-QuickCollapse"
},
{
"name": "Readable",
"author": "printfuck",
"description": "Fetch article content for selected feeds with readability or mercury",
"version": "0.2",
"entrypoint": "Readable",
"type": "user",
"url": "https://github.com/printfuck/xExtension-Readable",
"method": "git",
"directory": "."
},
{
"name": "Reading Time",
"author": "Lapineige",
"description": "Add a reading time estimation next to each article title",
"version": 1.2,
"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 title",
"version": 1.2,
"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": "0.12.4",
"entrypoint": "RedditImage",
"type": "user",
"url": "https://github.com/aledeg/xExtension-RedditImage",
"method": "git",
"directory": "."
},
{
"name": "Share By Email",
"author": "Marien Fressinaud",
"description": "Improve the sharing by email system.",
"version": 0.1,
"entrypoint": "ShareByEmail",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-ShareByEmail"
},
{
"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.1,
"entrypoint": "StickyFeeds",
"type": "user",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-StickyFeeds"
},
{
"name": "Teem Video Feed",
"author": "Kevin Papst",
"description": "Embed video from JOINTHETEEM inside article content.",
"version": 0.1,
"entrypoint": "Teem",
"type": "system",
"url": "https://github.com/kevinpapst/freshrss-teem",
"method": "git",
"directory": "xExtension-Teem"
},
{
"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.13,
"entrypoint": "ThreePanesView",
"type": "user",
"url": "https://framagit.org/nicofrand/xextension-threepanesview",
"method": "git",
"directory": "."
},
{
"name": "TinyTinyRSS API",
"author": "Marien Fressinaud",
"description": "Provides an API compliant with TinyTinyRSS applications.",
"version": 0.1,
"entrypoint": "TTRSS_API",
"type": "system",
"url": "https://github.com/FreshRSS/Extensions",
"method": "git",
"directory": "xExtension-TTRSS_API"
},
{
"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.1,
"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": "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": "YouTube/PeerTube Video Feed",
"author": "Kevin Papst",
"description": "Embed YouTube/PeerTube feeds inside article content.",
"version": 0.1,
"entrypoint": "YouTube",
"type": "user",
"url": "https://github.com/kevinpapst/freshrss-youtube",
"method": "git",
"directory": "xExtension-YouTube"
},
{
"name": "YouTubeChannel2RssFeed",
"author": "CNTools | Clemens Neubauer",
"description": "Transfer YouTube Channel URL into RSS Feed URL.",
"version": 0.3,
"entrypoint": "YouTubeChannel2RssFeed",
"type": "user",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"method": "git",
"directory": "xExtension-YouTubeChannel2RssFeed"
}
]
}