Get RSS Feed URL

Retreive RSS feeds URLs from WebSite

ما هو Get RSS Feed URL؟

Get RSS Feed URL هو إضافة Chrome تم تطويرها بواسطة shevabam، والميزة الرئيسية لها هي "Retreive RSS feeds URLs from WebSite".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Get RSS Feed URL

قم بتنزيل ملفات الامتداد Get RSS Feed URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Provides links to the various RSS/Atom feeds of a website.

Indeed, websites do not always provide a direct link to the RSS feed. It is then necessary to look in the source code of the website and find the URL of the feed.

This extension makes it possible to avoid this manipulation because the URLs of the RSS feeds of the website are displayed directly!

In addition, this extension allows you to easily retrieve the RSS feed from a Youtube channel / user, from a subreddit or in a Kickstarter page!                    

معلومات أساسية عن التمديد

الاسم Get RSS Feed URL Get RSS Feed URL
ID kfghpdldaipanmkhfpdcjglncmilendn
عنوان URL الرسمي https://chromewebstore.google.com/detail/get-rss-feed-url/kfghpdldaipanmkhfpdcjglncmilendn
الوصف Retreive RSS feeds URLs from WebSite
حجم الملف 190 KB
عدد التثبيتات 42,136
النسخة الحالية 1.4.1
آخر تحديث 2020-12-18
تاريخ النشر 2020-04-13
تقييم 4.03/5 مجموع تقييمات 31
المطور shevabam
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/shevabam/get-rss-feed-url-extension
عنوان صفحة المساعدة https://github.com/shevabam/get-rss-feed-url-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get RSS Feed URL",
    "description": "Retreive RSS feeds URLs from WebSite",
    "version": "1.4.1",
    "author": "@shevabam",
    "homepage_url": "https:\/\/github.com\/shevabam\/get-rss-feed-url-extension",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/icon_default.png",
        "default_popup": "popup.html",
        "default_title": "Click to view RSS feeds for this page"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "img\/icon_128.png"
    }
}