RSS Feed URL Finder
Easily find RSS feed URL of any website
RSS Feed URL Finder क्या है?
RSS Feed URL Finder https://rss.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find RSS feed URL of any website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS Feed URL Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RSS Feed URL Finder is a Chrome extension that simplifies finding and accessing RSS feeds across various websites. With one click, you can see all available RSS feeds and effortlessly copy their URLs for use in your favorite RSS reader. Our extension offers automated feed detection, previews at a glance, easy URL copying, and broad compatibility across different websites and content formats. Moreover, its user-friendly interface ensures a seamless, intuitive browsing experience. RSS Feed URL Finder is a must-have tool to streamline your content discovery process. Skip the tedious task of manual searching and copying. Install today to enhance your content exploration journey!
एक्सटेंशन की मूल जानकारी
नाम | RSS Feed URL Finder |
ID | apfhghblgifegckccakakdlbjcdnbjmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/rss-feed-url-finder/apfhghblgifegckccakakdlbjcdnbjmb |
विवरण | Easily find RSS feed URL of any website |
फ़ाइल का आकार | 555 KB |
स्थापना संख्या | 1,068 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-07-18 |
प्रकाशन तिथि | 2023-07-18 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://rss.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://rss.app |
सहायता पृष्ठ URL | https://rss.app |
गोपनीयता नीति पृष्ठ URL | https://rss.app/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.0.1", "author": "https:\/\/rss.app", "name": "RSS Feed URL Finder", "description": "Easily find RSS feed URL of any website", "background": { "service_worker": "background.5fadff2f.js" }, "permissions": [ "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/*\/*" ] } |