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 je Follow websites (RSS Reader)?

Follow websites (RSS Reader) je rozšíření Chrome vyvinuté https://follow.it, a jeho hlavní funkcí je „Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Follow websites (RSS Reader)

Stáhněte si soubory rozšíření Follow websites (RSS Reader) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
Oficiální URL https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Popis Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Velikost souboru 1.38 MB
Počet instalací 1,158
Aktuální Verze 0.1.3
Poslední Aktualizace 2024-03-04
Datum Vydání 2022-06-18
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář https://follow.it
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://follow.it/directory
URL Stránky Zásad Ochrany Soukromí https://follow.it/info/privacy
Podporované Jazyky 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
}