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 |
| 公式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 |
| Eメール | [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"
}
} | |