Reddit Soccer Threads

List /r/soccer match threads

O que é Reddit Soccer Threads?

Reddit Soccer Threads é uma extensão do Chrome desenvolvida por prnyjn, e sua principal característica é "List /r/soccer match threads".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Soccer Threads

Baixe arquivos de extensão Reddit Soccer Threads 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 recent matches so that they are just a click away.                    

Informações Básicas da Extensão

Nome Reddit Soccer Threads Reddit Soccer Threads
ID gklbhaedbencbimiknkhnalncnnbblai
URL Oficial https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai
Descrição List /r/soccer match threads
Tamanho do Arquivo 89.99 KB
Contagem de Instalações 20
Versão Atual 1.0
Última Atualização 2019-03-04
Data de Publicação 2019-03-04
Desenvolvedor prnyjn
Tipo de Pagamento free
Site da Extensão https://github.com/prnayjain/RedditSoccerThreads
Idiomas Suportados 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"
}