Get RSS Feed URL

Retreive RSS feeds URLs from WebSite

Qu'est-ce que Get RSS Feed URL ?

Get RSS Feed URL est une extension Chrome développée par shevabam, et sa fonction principale est "Retreive RSS feeds URLs from WebSite".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get RSS Feed URL

Téléchargez les fichiers d'extension Get RSS Feed URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Get RSS Feed URL Get RSS Feed URL
ID kfghpdldaipanmkhfpdcjglncmilendn
URL Officiel https://chromewebstore.google.com/detail/get-rss-feed-url/kfghpdldaipanmkhfpdcjglncmilendn
Description Retreive RSS feeds URLs from WebSite
Taille du Fichier 190 KB
Nombre d'Installations 42,136
Version Actuelle 1.4.1
Dernière Mise à Jour 2020-12-18
Date de Publication 2020-04-13
Évaluation 4.03/5 Total 31 Évaluations
Développeur shevabam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/shevabam/get-rss-feed-url-extension
URL de la Page d'Aide https://github.com/shevabam/get-rss-feed-url-extension/issues
Langues Prises en Charge 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"
    }
}