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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
官方網址 | 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\/*" ] } |