Follow websites (RSS Reader)

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

Apa itu Follow websites (RSS Reader)?

Follow websites (RSS Reader) adalah ekstensi Chrome yang dikembangkan oleh https://follow.it, dan fitur utamanya adalah "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Follow websites (RSS Reader)

Unduh file ekstensi Follow websites (RSS Reader) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Follow websites (RSS Reader) Follow websites (RSS Reader)
ID ncepinjclfmeppajckcgpamhfpjnjabn
URL Resmi https://chromewebstore.google.com/detail/follow-websites-rss-reade/ncepinjclfmeppajckcgpamhfpjnjabn
Deskripsi Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc.
Ukuran File 1.38 MB
Jumlah Instalasi 1,158
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2022-06-18
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://follow.it
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://follow.it/directory
URL Halaman Kebijakan Privasi https://follow.it/info/privacy
Bahasa yang Didukung 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
}