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) là gì?

Follow websites (RSS Reader) là một tiện ích mở rộng Chrome được phát triển bởi https://follow.it, và tính năng chính của nó là "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Follow websites (RSS Reader)

Tải xuống các tệp mở rộng Follow websites (RSS Reader) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
URL Chính Thức https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Mô tả Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 1,158
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2022-06-18
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://follow.it
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://follow.it/directory
URL Trang Chính Sách Bảo Mật https://follow.it/info/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}