Youtube RSS

This plugin adds the RSS button back to Youtube.

Apa itu Youtube RSS?

Youtube RSS adalah ekstensi Chrome yang dikembangkan oleh rtdegrandis, dan fitur utamanya adalah "This plugin adds the RSS button back to Youtube.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube RSS

Unduh file ekstensi Youtube RSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Youtube RSS Youtube RSS
ID cmkhdimgaondkfghelifknnpicdajeim
URL Resmi https://chromewebstore.google.com/detail/youtube-rss/cmkhdimgaondkfghelifknnpicdajeim
Deskripsi This plugin adds the RSS button back to Youtube.
Ukuran File 126 KB
Jumlah Instalasi 516
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2022-10-31
Tanggal Publikasi 2020-04-07
Penilaian 3.14/5 Total 7 Penilaian
Pengembang rtdegrandis
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://degrandis.github.io/Youtube-rss-chrome-plugin/
URL Halaman Bantuan https://github.com/DeGrandis/Youtube-rss-chrome-plugin/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}