Follow websites (RSS Reader)
Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
What is Follow websites (RSS Reader)?
Follow websites (RSS Reader) is a Chrome extension developed by https://follow.it, and its main feature is "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".
Extension Screenshots
Download Follow websites (RSS Reader) Extension CRX File
Download Follow websites (RSS Reader) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The easiest tool to follow websites (or to be more precise: their RSS feeds).
Extension Basic Information
Name | Follow websites (RSS Reader) |
ID | ncepinjclfmeppajckcgpamhfpjnjabn |
Official URL | https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn |
Description | Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc. |
File Size | 1.38 MB |
Installation Count | 1,158 |
Current Version | 0.1.3 |
Last Updated | 2024-03-04 |
Publish Date | 2022-06-18 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://follow.it |
[email protected] | |
Payment Type | free |
Extension Website | https://follow.it/directory |
Privacy Policy Page URL | https://follow.it/info/privacy |
Supported Languages | 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 } |