SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

Vad är SpeedRunsLive Stream Viewer?

SpeedRunsLive Stream Viewer är en Chrome-tillägg utvecklad av Julian Jocque, och dess huvudfunktion är "For easily viewing the streams on SpeedRunsLive.com".

Tilläggsskärmbilder

screenshot

Ladda ner SpeedRunsLive Stream Viewer-förlängningens CRX-fil

Ladda ner SpeedRunsLive Stream Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
Officiell webbadress https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Beskrivning For easily viewing the streams on SpeedRunsLive.com
Filstorlek 91.19 KB
Antal Installationer 145
Aktuell Version 1.5.5
Senast Uppdaterad 2020-06-30
Publiceringsdatum 2020-06-30
Betyg 4.64/5 Totalt 22 Betyg
Utvecklare Julian Jocque
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}