Follow websites (RSS Reader)

Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.

Co to jest Follow websites (RSS Reader)?

Follow websites (RSS Reader) to rozszerzenie Chrome opracowane przez https://follow.it, a jego główną funkcją jest „Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Follow websites (RSS Reader)

Pobierz pliki rozszerzeń Follow websites (RSS Reader) 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

                        The easiest tool to follow websites (or to be more precise: their RSS feeds).                    

Podstawowe informacje o rozszerzeniu

Nazwa Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
Oficjalny URL https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Opis Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Rozmiar pliku 1.38 MB
Liczba instalacji 1,158
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2022-06-18
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://follow.it
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://follow.it/directory
Adres URL Strony Polityki Prywatności https://follow.it/info/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow websites (RSS Reader)",
    "version": "0.1.3",
    "description": "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.",
    "icons": {
        "16": "img\/icons\/icon-16.png",
        "48": "img\/icons\/icon-48.png",
        "128": "img\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "browser-polyfill.min.js",
                "content\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "img\/icons\/icon-48.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/follow.it\/*",
            "https:\/\/*.follow.it\/*"
        ]
    },
    "manifest_version": 3
}