Reddit RSS Fixer

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

Co to jest Reddit RSS Fixer?

Reddit RSS Fixer to rozszerzenie Chrome opracowane przez https://burkybang.com/reddit_rss, a jego główną funkcją jest „Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit RSS Fixer

Pobierz pliki rozszerzeń Reddit RSS Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit RSS Fixer Reddit RSS Fixer
ID mdmahkfahjcjoclbjmoaliadfgnhboag
Oficjalny URL https://chromewebstore.google.com/detail/reddit-rss-fixer/mdmahkfahjcjoclbjmoaliadfgnhboag
Opis Reddit has a limit to how often RSS feeds can be fetched. This breaks that limit!
Rozmiar pliku 18.18 KB
Liczba instalacji 86
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-09-07
Data Publikacji 2019-04-07
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper https://burkybang.com/reddit_rss
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://burkybang.com/reddit_rss/
Adres URL Strony Pomocy https://www.reddit.com/message/compose/?to=burkybang&subject=Reddit%20RSS%20Fixer
Adres URL Strony Polityki Prywatności https://burkybang.com/extensions/privacy
Obsługiwane Języki 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"
    }
}