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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}