Follow websites (RSS Reader)

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

Wat is Follow websites (RSS Reader)?

Follow websites (RSS Reader) is een Chrome-extensie ontwikkeld door https://follow.it, en de belangrijkste functie is "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Follow websites (RSS Reader)

Download Follow websites (RSS Reader)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
Officiële URL https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Beschrijving Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Bestandsgrootte 1.38 MB
Aantal Installaties 1,158
Huidige Versie 0.1.3
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2022-06-18
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://follow.it
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://follow.it/directory
URL van de Privacybeleid Pagina https://follow.it/info/privacy
Ondersteunde Talen 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
}