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文件

下载SpeedRunsLive Stream Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}