SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

O que é SpeedRunsLive Stream Viewer?

SpeedRunsLive Stream Viewer é uma extensão do Chrome desenvolvida por Julian Jocque, e sua principal característica é "For easily viewing the streams on SpeedRunsLive.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SpeedRunsLive Stream Viewer

Baixe arquivos de extensão SpeedRunsLive Stream Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
URL Oficial https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Descrição For easily viewing the streams on SpeedRunsLive.com
Tamanho do Arquivo 91.19 KB
Contagem de Instalações 145
Versão Atual 1.5.5
Última Atualização 2020-06-30
Data de Publicação 2020-06-30
Classificação 4.64/5 Total de 22 Avaliações
Desenvolvedor Julian Jocque
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}