Youtube RSS

This plugin adds the RSS button back to Youtube.

Youtube RSS क्या है?

Youtube RSS rtdegrandis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin adds the RSS button back to Youtube."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube RSS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}