SpeedRunsLive Stream Viewer
For easily viewing the streams on SpeedRunsLive.com
Cos'è SpeedRunsLive Stream Viewer?
SpeedRunsLive Stream Viewer è un'estensione di Chrome sviluppata da Julian Jocque, e la sua funzione principale è "For easily viewing the streams on SpeedRunsLive.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpeedRunsLive Stream Viewer
Scarica i file di estensione SpeedRunsLive Stream Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
URL Ufficiale | https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio |
Descrizione | For easily viewing the streams on SpeedRunsLive.com |
Dimensione del File | 91.19 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.5.5 |
Ultimo Aggiornamento | 2020-06-30 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 4.64/5 Totale 22 Valutazioni |
Sviluppatore | Julian Jocque |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |