Follow websites (RSS Reader)

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

什么是Follow websites (RSS Reader)?

Follow websites (RSS Reader)是由https://follow.it开发的Chrome扩展程序,该扩展的主要功能是“Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.”。

扩展截图

screenshot

下载Follow websites (RSS Reader)扩展crx文件

下载Follow websites (RSS Reader)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
官方URL https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
简介 Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
文件大小 1.38 MB
安装次数 1,158
当前版本 0.1.3
更新时间 2024-03-04
上架时间 2022-06-18
评分 5.00/5 共7次评分
开发者 https://follow.it
电子邮箱 [email protected]
付费类型 free
扩展官网 https://follow.it/directory
隐私政策页面URL https://follow.it/info/privacy
支持的语言 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
}