RSS Finder

Lists RSS and Atom feeds available on the current web page.

Qu'est-ce que RSS Finder ?

RSS Finder est une extension Chrome développée par Andy LS, et sa fonction principale est "Lists RSS and Atom feeds available on the current web page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RSS Finder

Téléchargez les fichiers d'extension RSS Finder 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

                        An extension that scrapes each page that you visit in turn for any active RSS or Atom urls and presents them as a list for you to copy for use with news readers and aggregators.

Current behaviours:
- Standard page scraping for meta tags pointing to application/rss+xml or application/atom+xml
- Scraping of YouTube pages to obtain the link to the lesser known feeds behind each channel

More features to come.

Free.

License: GPLv3

Source code: https://github.com/andylshort/RSS-Finder

For any issues or assistance, contact [email protected]                    

Informations de Base sur l'Extension

Nom RSS Finder RSS Finder
ID ijdgeedipkpmcliidjhbemmlgibfnaff
URL Officiel https://chromewebstore.google.com/detail/rss-finder/ijdgeedipkpmcliidjhbemmlgibfnaff
Description Lists RSS and Atom feeds available on the current web page.
Taille du Fichier 219 KB
Nombre d'Installations 5,027
Version Actuelle 1.2
Dernière Mise à Jour 2022-06-05
Date de Publication 2018-08-04
Évaluation 4.00/5 Total 10 Évaluations
Développeur Andy LS
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/andylshort/RSS-Finder
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RSS Finder",
    "short_name": "RSS Finder",
    "description": "Lists RSS and Atom feeds available on the current web page.",
    "version": "1.2",
    "homepage_url": "https:\/\/andyls.co.uk\/projects\/rss-finder",
    "icons": {
        "16": "img\/rss_16.png",
        "48": "img\/rss_48.png",
        "128": "img\/rss_128.png",
        "512": "img\/rss_512.png"
    },
    "action": {
        "default_icon": {
            "48": "img\/rss_grey_48.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}