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
Eメール [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
}