Reddit RSS Fixer
Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!
What is Reddit RSS Fixer?
Reddit RSS Fixer is a Chrome extension developed by https://burkybang.com/reddit_rss, and its main feature is "Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!".
Extension Screenshots
Download Reddit RSS Fixer Extension CRX File
Download Reddit RSS Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Reddit RSS Fixer |
ID | mdmahkfahjcjoclbjmoaliadfgnhboag |
Official URL | https://chromewebstore.google.com/detail/reddit-rss-fixer/mdmahkfahjcjoclbjmoaliadfgnhboag |
Description | Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit! |
File Size | 18.18 KB |
Installation Count | 86 |
Current Version | 1.1.0 |
Last Updated | 2023-09-07 |
Publish Date | 2019-04-07 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://burkybang.com/reddit_rss |
[email protected] | |
Payment Type | free |
Extension Website | https://burkybang.com/reddit_rss/ |
Help Page URL | https://www.reddit.com/message/compose/?to=burkybang&subject=Reddit%20RSS%20Fixer |
Privacy Policy Page URL | https://burkybang.com/extensions/privacy |
Supported Languages | 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" } } |