Reddit RSS Fixer
Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!
Cos'è Reddit RSS Fixer?
Reddit RSS Fixer è un'estensione di Chrome sviluppata da https://burkybang.com/reddit_rss, e la sua funzione principale è "Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit RSS Fixer
Scarica i file di estensione Reddit RSS Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mdmahkfahjcjoclbjmoaliadfgnhboag |
| URL Ufficiale | https://chromewebstore.google.com/detail/reddit-rss-fixer/mdmahkfahjcjoclbjmoaliadfgnhboag |
| Descrizione | Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit! |
| Dimensione del File | 18.18 KB |
| Conteggio Installazioni | 86 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-09-07 |
| Data di Pubblicazione | 2019-04-07 |
| Valutazione | 3.50/5 Totale 2 Valutazioni |
| Sviluppatore | https://burkybang.com/reddit_rss |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://burkybang.com/reddit_rss/ |
| URL della Pagina di Aiuto | https://www.reddit.com/message/compose/?to=burkybang&subject=Reddit%20RSS%20Fixer |
| URL della Pagina della Politica sulla Privacy | https://burkybang.com/extensions/privacy |
| Lingue Supportate | 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"
}
} | |