Youtube RSS
This plugin adds the RSS button back to Youtube.
O que é Youtube RSS?
Youtube RSS é uma extensão do Chrome desenvolvida por rtdegrandis, e sua principal característica é "This plugin adds the RSS button back to Youtube.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube RSS
Baixe arquivos de extensão Youtube RSS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Youtube RSS |
ID | cmkhdimgaondkfghelifknnpicdajeim |
URL Oficial | https://chromewebstore.google.com/detail/youtube-rss/cmkhdimgaondkfghelifknnpicdajeim |
Descrição | This plugin adds the RSS button back to Youtube. |
Tamanho do Arquivo | 126 KB |
Contagem de Instalações | 516 |
Versão Atual | 1.0.7 |
Última Atualização | 2022-10-31 |
Data de Publicação | 2020-04-07 |
Classificação | 3.14/5 Total de 7 Avaliações |
Desenvolvedor | rtdegrandis |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://degrandis.github.io/Youtube-rss-chrome-plugin/ |
URL da Página de Ajuda | https://github.com/DeGrandis/Youtube-rss-chrome-plugin/issues |
Idiomas Suportados | 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" ] } ] } |