Reddit Soccer Streams

Access soccer match threads from reddit

Qu'est-ce que Reddit Soccer Streams ?

Reddit Soccer Streams est une extension Chrome développée par prnyjn, et sa fonction principale est "Access soccer match threads from reddit".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit Soccer Streams

Téléchargez les fichiers d'extension Reddit Soccer Streams au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Reddit Soccer Streams Reddit Soccer Streams
ID nidjimbehglhcdfmdpainfpmkcfceidg
URL Officiel https://chrome.google.com/webstore/detail/reddit-soccer-streams/nidjimbehglhcdfmdpainfpmkcfceidg
Description Access soccer match threads from reddit
Taille du Fichier 90 KB
Nombre d'Installations 141
Version Actuelle 1.1
Dernière Mise à Jour 2019-03-05
Date de Publication 2019-03-04
Développeur prnyjn
Type de Paiement free
Langues Prises en Charge 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"
}