Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" } }