SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

¿Qué es SpeedRunsLive Stream Viewer?

SpeedRunsLive Stream Viewer es una extensión de Chrome desarrollada por Julian Jocque, y su función principal es "For easily viewing the streams on SpeedRunsLive.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SpeedRunsLive Stream Viewer

Descarga archivos de extensión SpeedRunsLive Stream Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
URL Oficial https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Descripción For easily viewing the streams on SpeedRunsLive.com
Tamaño del Archivo 91.19 KB
Cantidad de Instalaciones 145
Versión Actual 1.5.5
Última Actualización 2020-06-30
Fecha de Publicación 2020-06-30
Calificación 4.64/5 Total de 22 Calificaciones
Desarrollador Julian Jocque
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}