Reddit Soccer Streams
Access soccer match threads from reddit
Cos'è Reddit Soccer Streams?
Reddit Soccer Streams è un'estensione di Chrome sviluppata da prnyjn, e la sua funzione principale è "Access soccer match threads from reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Soccer Streams
Scarica i file di estensione Reddit Soccer Streams in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | nidjimbehglhcdfmdpainfpmkcfceidg |
URL Ufficiale | https://chrome.google.com/webstore/detail/reddit-soccer-streams/nidjimbehglhcdfmdpainfpmkcfceidg |
Descrizione | Access soccer match threads from reddit |
Dimensione del File | 90 KB |
Conteggio Installazioni | 141 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-03-05 |
Data di Pubblicazione | 2019-03-04 |
Sviluppatore | prnyjn |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |