Reddit RSS Fixer

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

O que é Reddit RSS Fixer?

Reddit RSS Fixer é uma extensão do Chrome desenvolvida por https://burkybang.com/reddit_rss, e sua principal característica é "Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit RSS Fixer

Baixe arquivos de extensão Reddit RSS Fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reddit RSS Fixer Reddit RSS Fixer
ID mdmahkfahjcjoclbjmoaliadfgnhboag
URL Oficial https://chromewebstore.google.com/detail/reddit-rss-fixer/mdmahkfahjcjoclbjmoaliadfgnhboag
Descrição Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!
Tamanho do Arquivo 18.18 KB
Contagem de Instalações 86
Versão Atual 1.1.0
Última Atualização 2023-09-07
Data de Publicação 2019-04-07
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor https://burkybang.com/reddit_rss
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://burkybang.com/reddit_rss/
URL da Página de Ajuda https://www.reddit.com/message/compose/?to=burkybang&subject=Reddit%20RSS%20Fixer
URL da Página de Política de Privacidade https://burkybang.com/extensions/privacy
Idiomas Suportados 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"
    }
}