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
Eメール [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\/*"
    ]
}