RSS Feed Finder

Retreive/Find RSS feeds from Websites

RSS Feed Finder क्या है?

RSS Feed Finder ikeyurp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Retreive/Find RSS feeds from Websites"।

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

screenshot

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

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

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

                        Get a simple reader of your RSS and Atom feeds in the toolbar

If you have any feedback, bugs or issues, we're always listening on our support channel: [email protected]

The best RSS Feed Reader extension for Chrome

Features:
- Supports both RSS and Atom feeds
- Discover both RSS and Atom feeds within pages
- You can copy the RSS feeds manually or copy all at once
- See when a page has any RSS or Atom feeds to subscribe to
- Intuitively manage your feeds
- Everything is contained within the browser so no other third-party sites are needed                    

एक्सटेंशन की मूल जानकारी

नाम RSS Feed Finder RSS Feed Finder
ID gneplfjjnfmbgimbgonejfoaiphdfkcp
आधिकारिक URL https://chromewebstore.google.com/detail/rss-feed-finder/gneplfjjnfmbgimbgonejfoaiphdfkcp
विवरण Retreive/Find RSS feeds from Websites
फ़ाइल का आकार 64.61 KB
स्थापना संख्या 2,071
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-05-18
प्रकाशन तिथि 2020-12-31
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर ikeyurp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RSS Feed Finder",
    "description": "Retreive\/Find RSS feeds from Websites",
    "version": "2.0",
    "author": {
        "name": "Keyur Patel",
        "email": "[email protected]"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "128": "assets\/img\/icon_default.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click to find RSS feeds for this website"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "icons": {
        "128": "assets\/img\/icon_128.png"
    }
}