forked from FreshRSS/Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
189 lines (189 loc) · 6.7 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
{
"version": 0.1,
"extensions": [
{
"name": "Custom CSS",
"description": "A FreshRSS extension which give ability to create user-specific CSS rules to apply in addition of the actual theme",
"version": 0.2,
"author": "Marien Fressinaud",
"url": "https://github.com/FreshRSS/Extensions",
"type": "gh-subdirectory"
},
{
"name": "Custom JS",
"description": "A FreshRSS extension which give ability to create user-specific Javascript rules to apply in addition of the actual theme",
"version": 0.2,
"author": "Frans de Jonge",
"url": "https://github.com/FreshRSS/Extensions",
"type": "gh-subdirectory"
},
{
"name": "Image Proxy",
"description": "No insecure content warnings or disappearing images on https sites",
"version": 0.4,
"author": "Frans de Jonge",
"url": "https://github.com/FreshRSS/Extensions",
"type": "gh-subdirectory"
},
{
"name": "Sticky Feeds",
"description": "Set the feed aside in the main stream following the window scroll",
"version": 0.1,
"author": "Marien Fressinaud",
"url": "https://github.com/FreshRSS/Extensions",
"type": "gh-subdirectory"
},
{
"name": "YouTube/PeerTube Video Feed",
"description": "Display videos from YouTube and PeerTube feeds inline",
"version": 0.10,
"author": "Kevin Papst",
"url": "https://github.com/kevinpapst/freshrss-youtube",
"type": "gh-subdirectory"
},
{
"name": "Dilberts Daily Comic",
"description": "Embeds the Dilbert daily comic strip in your feed items",
"version": 0.3,
"author": "Kevin Papst",
"url": "https://github.com/kevinpapst/freshrss-dilbert",
"type": "gh-subdirectory"
},
{
"name": "Teem Video Feed",
"description": "Embeds videos from the skydiving website jointheteem.com",
"version": 0.1,
"author": "Kevin Papst",
"url": "https://github.com/kevinpapst/freshrss-teem",
"type": "gh-subdirectory"
},
{
"name": "Fixed Nav Menu",
"description": "Sets the position of the navigation menu to fixed when scrolling down",
"version": 0.1,
"author": "Marco Heizmann",
"url": "https://github.com/oyox/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Keep Folder State",
"description": "Stores the state of the folders locally and expand them automatically if necessary",
"version": 0.1,
"author": "Marco Heizmann",
"url": "https://github.com/oyox/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Mobile Scroll Menu",
"description": "Automatically hides the header menu on mobile phones, when scrolling down and shows it when scrolling up",
"version": 0.2,
"author": "Marco Heizmann",
"url": "https://github.com/oyox/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Smart Mobile Menu",
"description": "Minimizes the required button space and groups buttons",
"version": 0.1,
"author": "Marco Heizmann",
"url": "https://github.com/oyox/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Touch Control",
"description": "Add touch gestures to FreshRSS",
"version": 0.2,
"author": "Marco Heizmann",
"url": "https://github.com/oyox/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Auto Refresh",
"description": "Automatically refreshes the RSS feed when there is no activity",
"version": 1.0,
"author": "Essa AlAwadi",
"url": "https://github.com/Eisa01/FreshRSS---Auto-Refresh-Extension",
"type": "gh-subdirectory"
},
{
"name": "Reddit Image",
"description": "Modify reddit entries by displaying known medias and easing access to the linked resource",
"version": "0.7.2",
"author": "Alexis Degrugillier",
"url": "https://github.com/aledeg/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Reading Time",
"description": "Add a reading time estimation for each article",
"version": 1.0,
"author": "Lapineige",
"url": "https://framagit.org/Lapineige/FreshRSS_Extension-ReadingTime/",
"type": "gh-subdirectory"
},
{
"name": "ThreePanesView",
"version": 1.6,
"description": "Adds a third vertical pane along the article list, to display the article's content.",
"author": "Nicolas <nicofrand> Frandeboeuf",
"url": "https://framagit.org/nicofrand/xextension-threepanesview",
"type": "gh-subdirectory"
},
{
"name": "Invidious Video Feed",
"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"
},
{
"name": "YouTubeChannel2RssFeed",
"description": "Transfer YouTube Channel URL into RSS Feed URL",
"version": 0.1,
"author": "CNTools | Clemens Neubauer",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"type": "gh-subdirectory"
},
{
"name": "FeedTitleBuilder",
"description": "Build your own feed title based on url, the original feed title and the date the feed was added",
"version": 0.1,
"author": "CNTools | Clemens Neubauer",
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"type": "gh-subdirectory"
},
{
"name": "Share By Email",
"description": "Improve the sharing by email system.",
"version": 0.1,
"author": "Marien Fressinaud",
"url": "https://github.com/FreshRSS/Extensions",
"type": "gh-subdirectory"
},
{
"name": "GReader Redate",
"description": "Works around a dating problem on GReader API with Reeder and EasyRSS (prior to 0.7.5).",
"version": 1.0,
"author": "Julien Avérous",
"url": "https://github.com/javerous/freshrss-greader-redate",
"type": "gh-subdirectory"
},
{
"name": "LaTeX support",
"description": "Add support for LaTeX notation rendering",
"version": "0.1.3",
"author": "Alexis Degrugillier",
"url": "https://github.com/aledeg/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Date format",
"description": "Change how dates are displayed in the interface",
"version": "0.1.0",
"author": "Alexis Degrugillier",
"url": "https://github.com/aledeg/FreshRSS-extensions",
"type": "gh-subdirectory"
}
]
}