YouTube RSS-ify

Adds RSS subscription buttons to YouTube.

什么是YouTube RSS-ify?

YouTube RSS-ify是由erb.developer开发的Chrome扩展程序,该扩展的主要功能是“Adds RSS subscription buttons to YouTube.”。

扩展截图

screenshot
screenshot

下载YouTube RSS-ify扩展crx文件

下载YouTube RSS-ify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube RSS-ify YouTube RSS-ify
ID fogofhbdjhkglfhbaeckigmhponmaifi
官方URL https://chrome.google.com/webstore/detail/youtube-rss-ify/fogofhbdjhkglfhbaeckigmhponmaifi
简介 Adds RSS subscription buttons to YouTube.
文件大小 34.51 KB
安装次数 388
当前版本 1.0.1
更新时间 2016-02-18
上架时间 2016-02-18
评分 4.00/5 共23次评分
开发者 erb.developer
付费类型 free
支持的语言 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"
    ]
}