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!”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | mdmahkfahjcjoclbjmoaliadfgnhboag |
| 官方網址 | 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"
}
} | |