Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" ] } ] }