RSS Subscription Extension, Reader
Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader.
RSS Subscription Extension, Reader क्या है?
RSS Subscription Extension, Reader Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS Subscription Extension, Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds one-click subscription to powerful RSS reader, Podcast reader & player. It allows you to easily add RSS feeds to reader. Supports feed preview and subscribe. The setup is extremely simple. Read RSS feeds and podcasts! No registration required. Published the extension since 2011 Updated to the manifest v3 in December 2023
एक्सटेंशन की मूल जानकारी
नाम | RSS Subscription Extension, Reader |
ID | lgdngcfmcehppebgjdkhjgpbdjgipjpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/rss-subscription-extensio/lgdngcfmcehppebgjdkhjgpbdjgipjpb |
विवरण | Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader. |
फ़ाइल का आकार | 110 KB |
स्थापना संख्या | 4,277 |
वर्तमान संस्करण | 0.9.3.6 |
अंतिम अपडेट | 2023-12-12 |
प्रकाशन तिथि | 2020-04-11 |
रेटिंग | 3.65/5 कुल 83 रेटिंग्स |
डेवलपर | Smart Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://rssmerge.flowsoft7.com/ |
सहायता पृष्ठ URL | http://rssmerge.flowsoft7.com/ |
गोपनीयता नीति पृष्ठ URL | http://iblogbox.com/chrome/tos.php |
समर्थित भाषाएँ | de,en,fr,nl,no,vi,da,es,it,hu,pl,pt-BR,sk,fi,sv,cs,el,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html", "default_title": "RSS Subscription Extension, Reader" }, "name": "RSS Subscription Extension, Reader", "content_scripts": [ { "js": [ "js\/injectlib.js", "js\/start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/injectlib.js", "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "contextMenus", "storage" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.3.6" } |