Youtube RSS

This plugin adds the RSS button back to Youtube.

Wat is Youtube RSS?

Youtube RSS is een Chrome-extensie ontwikkeld door rtdegrandis, en de belangrijkste functie is "This plugin adds the RSS button back to Youtube.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube RSS

Download Youtube RSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simply add the extension to your browser, click the RSS button, and paste the link into your RSS Reader.  The link is copied to the clipboard when clicked.

Youtube occasionally changes how the site works, so if the plugin is broken PLEASE contact me and I can work on a fix.  Or create an issue on github.  

If you have any issues, report them on the GitHub Repo.                    

Basisinformatie over de Extensie

Naam Youtube RSS Youtube RSS
ID cmkhdimgaondkfghelifknnpicdajeim
Officiële URL https://chromewebstore.google.com/detail/youtube-rss/cmkhdimgaondkfghelifknnpicdajeim
Beschrijving This plugin adds the RSS button back to Youtube.
Bestandsgrootte 126 KB
Aantal Installaties 516
Huidige Versie 1.0.7
Laatst Bijgewerkt 2022-10-31
Publicatiedatum 2020-04-07
Beoordeling 3.14/5 Totaal 7 Beoordelingen
Ontwikkelaar rtdegrandis
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://degrandis.github.io/Youtube-rss-chrome-plugin/
Help Pagina-URL https://github.com/DeGrandis/Youtube-rss-chrome-plugin/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube RSS",
    "version": "1.0.7",
    "manifest_version": 3,
    "description": "This plugin adds the RSS button back to Youtube.",
    "homepage_url": "https:\/\/degrandis.github.io\/Youtube-rss-chrome-plugin\/",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/www.youtube.com\/watch?v=*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery\/jquery-3.5.1.js",
                "src\/inject\/contentScript.js"
            ]
        }
    ]
}