Reddit RSS Fixer

Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!

什么是Reddit RSS Fixer?

Reddit RSS Fixer是由https://burkybang.com/reddit_rss开发的Chrome扩展程序,该扩展的主要功能是“Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!”。

扩展截图

screenshot
screenshot

下载Reddit RSS Fixer扩展crx文件

下载Reddit RSS Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Reddit RSS Fixer Reddit RSS Fixer
ID mdmahkfahjcjoclbjmoaliadfgnhboag
官方URL https://chromewebstore.google.com/detail/reddit-rss-fixer/mdmahkfahjcjoclbjmoaliadfgnhboag
简介 Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!
文件大小 18.18 KB
安装次数 86
当前版本 1.1.0
更新时间 2023-09-07
上架时间 2019-04-07
评分 3.50/5 共2次评分
开发者 https://burkybang.com/reddit_rss
电子邮箱 [email protected]
付费类型 free
扩展官网 https://burkybang.com/reddit_rss/
帮助页面URL https://www.reddit.com/message/compose/?to=burkybang&subject=Reddit%20RSS%20Fixer
隐私政策页面URL https://burkybang.com/extensions/privacy
支持的语言 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"
    }
}