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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Follow any website which offers an RSS feed and decide how to receive messages, i.e. via Email, Telegram etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Follow websites (RSS Reader) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}