Youtube RSS

This plugin adds the RSS button back to Youtube.

Youtube RSSとは何ですか?

Youtube RSSはrtdegrandisによって開発されたChromeの拡張機能で、その主な機能は「This plugin adds the RSS button back to Youtube.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Youtube RSS拡張機能のCRXファイルをダウンロード

Youtube RSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Youtube RSS Youtube RSS
ID cmkhdimgaondkfghelifknnpicdajeim
公式URL https://chromewebstore.google.com/detail/youtube-rss/cmkhdimgaondkfghelifknnpicdajeim
説明 This plugin adds the RSS button back to Youtube.
ファイルサイズ 126 KB
インストール数 516
現在のバージョン 1.0.7
最終更新日 2022-10-31
公開日 2020-04-07
評価 3.14/5 合計 7 レビュー
開発者 rtdegrandis
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://degrandis.github.io/Youtube-rss-chrome-plugin/
ヘルプページのURL https://github.com/DeGrandis/Youtube-rss-chrome-plugin/issues
対応言語 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"
            ]
        }
    ]
}