SRL Race Viewer
See which SRL races are ongoing
What is SRL Race Viewer?
SRL Race Viewer is a Chrome extension developed by prettybigjoe, and its main feature is "See which SRL races are ongoing".
Extension Screenshots
Download SRL Race Viewer Extension CRX File
Download SRL Race Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to see what SpeedRunsLive races are happening right now. Also allows you to change which games you want to see races for.
Extension Basic Information
Name | SRL Race Viewer |
ID | eledncnfcolfphehklgdabnideaihdal |
Official URL | https://chromewebstore.google.com/detail/srl-race-viewer/eledncnfcolfphehklgdabnideaihdal |
Description | See which SRL races are ongoing |
File Size | 117 KB |
Installation Count | 13 |
Current Version | 0.8 |
Last Updated | 2016-02-06 |
Publish Date | 2016-02-06 |
Developer | prettybigjoe |
Payment Type | free |
Supported Languages | 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 } |