SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

SpeedRunsLive Stream Viewer란 무엇입니까?

SpeedRunsLive Stream Viewer은(는) Julian Jocque에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For easily viewing the streams on SpeedRunsLive.com"입니다.

확장 프로그램 스크린샷

screenshot

SpeedRunsLive Stream Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easiest way to view all the best streams of speed runners from SpeedRunsLive.com! With the click of a button you will easily see who is online and what they are running. One more click and you're straight to watching your favorite runners.


Please contact me at [email protected] or twitch.tv/okiyama with any bugs/questions/feature suggestions.

This project is open source! Project page is here: https://github.com/okiyama/SRLChromeExtension                    

확장 프로그램 기본 정보

이름 SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
공식 URL https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
설명 For easily viewing the streams on SpeedRunsLive.com
파일 크기 91.19 KB
설치 횟수 145
현재 버전 1.5.5
최근 업데이트 2020-06-30
출시 날짜 2020-06-30
평점 4.64/5 총 22 개의 평점
개발자 Julian Jocque
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedRunsLive Stream Viewer",
    "description": "For easily viewing the streams on SpeedRunsLive.com",
    "version": "1.5.5",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/api.speedrunslive.com\/*"
    ]
}