Reddit RSS Fixer
Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!
Wat is Reddit RSS Fixer?
Reddit RSS Fixer is een Chrome-extensie ontwikkeld door https://burkybang.com/reddit_rss, en de belangrijkste functie is "Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit RSS Fixer
Download Reddit RSS Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simply click the Reddit RSS Fixer icon while viewing a subreddit, post, or search page, and then copy the generated URL to be used in your RSS reader such as Feedly or IFTTT.
Basisinformatie over de Extensie
Naam | Reddit RSS Fixer |
ID | mdmahkfahjcjoclbjmoaliadfgnhboag |
Officiële URL | https://chromewebstore.google.com/detail/reddit-rss-fixer/mdmahkfahjcjoclbjmoaliadfgnhboag |
Beschrijving | Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit! |
Bestandsgrootte | 18.18 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-09-07 |
Publicatiedatum | 2019-04-07 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://burkybang.com/reddit_rss |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://burkybang.com/reddit_rss/ |
Help Pagina-URL | https://www.reddit.com/message/compose/?to=burkybang&subject=Reddit%20RSS%20Fixer |
URL van de Privacybeleid Pagina | https://burkybang.com/extensions/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit RSS Fixer", "version": "1.1.0", "description": "Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!", "manifest_version": 3, "host_permissions": [ "https:\/\/*.reddit.com\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_title": "Reddit RSS Fixer", "default_popup": "popup.html" } } |