forked from FreshRSS/Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extensions.json
125 lines (125 loc) · 4.22 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
{
"version": 0.1,
"extensions": [
{
"name": "CustomCSS",
"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": "CustomJS",
"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": "ImageProxy",
"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": "StickyFeeds",
"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",
"description": "Display videos from YouTube and PeerTube feeds inline",
"version": 0.7,
"author": "Kevin Papst",
"url": "https://github.com/kevinpapst/freshrss-youtube",
"type": "gh-subdirectory"
},
{
"name": "Dilbert",
"description": "Embeds the Dilbert daily comic strip in your feed items",
"version": 0.2,
"author": "Kevin Papst",
"url": "https://github.com/kevinpapst/freshrss-dilbert",
"type": "gh-subdirectory"
},
{
"name": "Teem",
"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": "FixedNavMenu",
"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": "KeepFolderState",
"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": "MobileScrollMenu",
"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": "SmartMobileMenu",
"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": "TouchControl",
"description": "Add touch gestures to FreshRSS",
"version": 0.2,
"author": "Marco Heizmann",
"url": "https://github.com/oyox/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "AutoRefresh",
"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": "RedditImage",
"description": "Replace the link to the Reddit topic with the link to the resource",
"version": 0.1,
"author": "Alexis Degrugillier",
"url": "https://github.com/aledeg/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "ReadingTime",
"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"
}
]
}