YouTube RSS-ify
Adds RSS subscription buttons to YouTube.
What is YouTube RSS-ify?
YouTube RSS-ify is a Chrome extension developed by erb.developer, and its main feature is "Adds RSS subscription buttons to YouTube.".
Extension Screenshots
Download YouTube RSS-ify Extension CRX File
Download YouTube RSS-ify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
On May 2014, YouTube ended visible support for RSS. Bring those RSS feeds back. On video, channel, and navigation pages, add RSS buttons next to subscription buttons.
Extension Basic Information
Name | |
ID | fogofhbdjhkglfhbaeckigmhponmaifi |
Official URL | https://chrome.google.com/webstore/detail/youtube-rss-ify/fogofhbdjhkglfhbaeckigmhponmaifi |
Description | Adds RSS subscription buttons to YouTube. |
File Size | 34.51 KB |
Installation Count | 388 |
Current Version | 1.0.1 |
Last Updated | 2016-02-18 |
Publish Date | 2016-02-18 |
Rating | 4.00/5 Total 23 Ratings |
Developer | erb.developer |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube RSS-ify", "version": "1.0.1", "description": "Adds RSS subscription buttons to YouTube.", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "permissions": [ "*:\/\/www.youtube.com\/*", "tabs", "webNavigation" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "rss.svg", "rss-24.png" ] } |