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 هو إضافة Chrome تم تطويرها بواسطة Smart Software، والميزة الرئيسية لها هي "Adds one-click subscription to powerful RSS reader, Podcast reader. It allows you to easily add RSS feeds to reader.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RSS Subscription Extension, Reader
قم بتنزيل ملفات الامتداد RSS Subscription Extension, Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | http://rssmerge.flowsoft7.com/ |
عنوان صفحة سياسة الخصوصية | 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" } |