Reddit Soccer Streams
Access soccer match threads from reddit
O que é Reddit Soccer Streams?
Reddit Soccer Streams é uma extensão do Chrome desenvolvida por prnyjn, e sua principal característica é "Access soccer match threads from reddit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Soccer Streams
Baixe arquivos de extensão Reddit Soccer Streams 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
reddit.com/r/soccer match threads, combined with the ability of https://reddit-stream.com/, are an amazing way to experience matches. This add-on lists the on-going matches so that they are just a click away. This also lists info from the https://reddit.com/r/soccerstreams page along the match threads. Update: /r/soccerstreams has shut down and moved to /r/soccerstreams_pl and soccerstreams_other Update 2: The above two subreddits have also been banned. I will keep changing the source of streams as the situation evolves. Code at https://github.com/prnayjain/ReddditSoccerThreads
Informações Básicas da Extensão
Nome | ![]() |
ID | nidjimbehglhcdfmdpainfpmkcfceidg |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-soccer-streams/nidjimbehglhcdfmdpainfpmkcfceidg |
Descrição | Access soccer match threads from reddit |
Tamanho do Arquivo | 90 KB |
Contagem de Instalações | 141 |
Versão Atual | 1.1 |
Última Atualização | 2019-03-05 |
Data de Publicação | 2019-03-04 |
Desenvolvedor | prnyjn |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Soccer Streams", "version": "1.1", "description": "Access soccer match threads from reddit", "icons": { "48": "icons\/icon.png" }, "permissions": [ "identity", "cookies", "storage", "tabs", "https:\/\/www.reddit.com\/api\/v1\/access_token", "https:\/\/oauth.reddit.com\/*" ], "browser_action": { "default_title": "Reddit Soccer Streams", "default_popup": "popup\/popup.html", "default_icon": "icons\/icon.png" }, "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "short_name": "Soccer Streams" } |