Reddit Soccer Streams

Access soccer match threads from reddit

Reddit Soccer Streams란 무엇입니까?

Reddit Soccer Streams은(는) prnyjn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access soccer match threads from reddit"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reddit Soccer Streams 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Reddit Soccer Streams Reddit Soccer Streams
ID nidjimbehglhcdfmdpainfpmkcfceidg
공식 URL https://chrome.google.com/webstore/detail/reddit-soccer-streams/nidjimbehglhcdfmdpainfpmkcfceidg
설명 Access soccer match threads from reddit
파일 크기 90 KB
설치 횟수 141
현재 버전 1.1
최근 업데이트 2019-03-05
출시 날짜 2019-03-04
개발자 prnyjn
결제 유형 free
지원되는 언어 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"
}