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"
    ]
}