Youtube RSS

This plugin adds the RSS button back to Youtube.

Youtube RSS là gì?

Youtube RSS là một tiện ích mở rộng Chrome được phát triển bởi rtdegrandis, và tính năng chính của nó là "This plugin adds the RSS button back to Youtube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube RSS

Tải xuống các tệp mở rộng Youtube RSS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube RSS Youtube RSS
ID cmkhdimgaondkfghelifknnpicdajeim
URL Chính Thức https://chromewebstore.google.com/detail/youtube-rss/cmkhdimgaondkfghelifknnpicdajeim
Mô tả This plugin adds the RSS button back to Youtube.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 516
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-10-31
Ngày Phát Hành 2020-04-07
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển rtdegrandis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://degrandis.github.io/Youtube-rss-chrome-plugin/
URL Trang Trợ Giúp https://github.com/DeGrandis/Youtube-rss-chrome-plugin/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}