SRL Race Viewer
See which SRL races are ongoing
什么是SRL Race Viewer?
SRL Race Viewer是由prettybigjoe开发的Chrome扩展程序,该扩展的主要功能是“See which SRL races are ongoing”。
扩展截图
下载SRL Race Viewer扩展crx文件
下载SRL Race Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to see what SpeedRunsLive races are happening right now. Also allows you to change which games you want to see races for. 扩展基本信息
| 名称 | |
| ID | eledncnfcolfphehklgdabnideaihdal |
| 官方URL | https://chromewebstore.google.com/detail/srl-race-viewer/eledncnfcolfphehklgdabnideaihdal |
| 简介 | See which SRL races are ongoing |
| 文件大小 | 117 KB |
| 安装次数 | 13 |
| 当前版本 | 0.8 |
| 更新时间 | 2016-02-06 |
| 上架时间 | 2016-02-06 |
| 开发者 | prettybigjoe |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SRL Race Viewer ",
"description": "See which SRL races are ongoing",
"version": "0.8",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"activeTab",
"alarms",
"storage",
"notifications"
],
"background": {
"scripts": [
"js\/jquery.min.js",
"js\/background.js"
],
"persistant": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "images\/stuff.png"
},
"default_title": "SRL Races",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |