Get RSS Feed URL

Retreive RSS feeds URLs from WebSite

¿Qué es Get RSS Feed URL?

Get RSS Feed URL es una extensión de Chrome desarrollada por shevabam, y su función principal es "Retreive RSS feeds URLs from WebSite".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Get RSS Feed URL

Descarga archivos de extensión Get RSS Feed URL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Get RSS Feed URL Get RSS Feed URL
ID kfghpdldaipanmkhfpdcjglncmilendn
URL Oficial https://chromewebstore.google.com/detail/get-rss-feed-url/kfghpdldaipanmkhfpdcjglncmilendn
Descripción Retreive RSS feeds URLs from WebSite
Tamaño del Archivo 190 KB
Cantidad de Instalaciones 42,136
Versión Actual 1.4.1
Última Actualización 2020-12-18
Fecha de Publicación 2020-04-13
Calificación 4.03/5 Total de 31 Calificaciones
Desarrollador shevabam
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/shevabam/get-rss-feed-url-extension
URL de la Página de Ayuda https://github.com/shevabam/get-rss-feed-url-extension/issues
Idiomas Soportados 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"
    }
}