Follow websites (RSS Reader)

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

Cos'è Follow websites (RSS Reader)?

Follow websites (RSS Reader) è un'estensione di Chrome sviluppata da https://follow.it, e la sua funzione principale è "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Follow websites (RSS Reader)

Scarica i file di estensione Follow websites (RSS Reader) 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

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

Informazioni di Base sull'Estensione

Nome Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
URL Ufficiale https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Descrizione Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Dimensione del File 1.38 MB
Conteggio Installazioni 1,158
Versione Corrente 0.1.3
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2022-06-18
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://follow.it
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://follow.it/directory
URL della Pagina della Politica sulla Privacy https://follow.it/info/privacy
Lingue Supportate 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
}