Reddit Soccer Threads

List /r/soccer match threads

Cos'è Reddit Soccer Threads?

Reddit Soccer Threads è un'estensione di Chrome sviluppata da prnyjn, e la sua funzione principale è "List /r/soccer match threads".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Soccer Threads

Scarica i file di estensione Reddit Soccer Threads 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 recent matches so that they are just a click away.                    

Informazioni di Base sull'Estensione

Nome Reddit Soccer Threads Reddit Soccer Threads
ID gklbhaedbencbimiknkhnalncnnbblai
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai
Descrizione List /r/soccer match threads
Dimensione del File 89.99 KB
Conteggio Installazioni 20
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-04
Data di Pubblicazione 2019-03-04
Sviluppatore prnyjn
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/prnayjain/RedditSoccerThreads
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Soccer Threads",
    "version": "1.0",
    "description": "List \/r\/soccer match threads",
    "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 Threads",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": false,
    "short_name": "Soccer Threads"
}