SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

Wat is SpeedRunsLive Stream Viewer?

SpeedRunsLive Stream Viewer is een Chrome-extensie ontwikkeld door Julian Jocque, en de belangrijkste functie is "For easily viewing the streams on SpeedRunsLive.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpeedRunsLive Stream Viewer

Download SpeedRunsLive Stream Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
Officiële URL https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Beschrijving For easily viewing the streams on SpeedRunsLive.com
Bestandsgrootte 91.19 KB
Aantal Installaties 145
Huidige Versie 1.5.5
Laatst Bijgewerkt 2020-06-30
Publicatiedatum 2020-06-30
Beoordeling 4.64/5 Totaal 22 Beoordelingen
Ontwikkelaar Julian Jocque
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}