Reddit Soccer Threads

List /r/soccer match threads

Co to jest Reddit Soccer Threads?

Reddit Soccer Threads to rozszerzenie Chrome opracowane przez prnyjn, a jego główną funkcją jest „List /r/soccer match threads”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Soccer Threads

Pobierz pliki rozszerzeń Reddit Soccer Threads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Soccer Threads Reddit Soccer Threads
ID gklbhaedbencbimiknkhnalncnnbblai
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai
Opis List /r/soccer match threads
Rozmiar pliku 89.99 KB
Liczba instalacji 20
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-03-04
Data Publikacji 2019-03-04
Deweloper prnyjn
Typ Płatności free
Strona Rozszerzenia https://github.com/prnayjain/RedditSoccerThreads
Obsługiwane Języki 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"
}