SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

Qu'est-ce que SpeedRunsLive Stream Viewer ?

SpeedRunsLive Stream Viewer est une extension Chrome développée par Julian Jocque, et sa fonction principale est "For easily viewing the streams on SpeedRunsLive.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SpeedRunsLive Stream Viewer

Téléchargez les fichiers d'extension SpeedRunsLive Stream Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
URL Officiel https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Description For easily viewing the streams on SpeedRunsLive.com
Taille du Fichier 91.19 KB
Nombre d'Installations 145
Version Actuelle 1.5.5
Dernière Mise à Jour 2020-06-30
Date de Publication 2020-06-30
Évaluation 4.64/5 Total 22 Évaluations
Développeur Julian Jocque
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}