SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

Apa itu SpeedRunsLive Stream Viewer?

SpeedRunsLive Stream Viewer adalah ekstensi Chrome yang dikembangkan oleh Julian Jocque, dan fitur utamanya adalah "For easily viewing the streams on SpeedRunsLive.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpeedRunsLive Stream Viewer

Unduh file ekstensi SpeedRunsLive Stream Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
URL Resmi https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Deskripsi For easily viewing the streams on SpeedRunsLive.com
Ukuran File 91.19 KB
Jumlah Instalasi 145
Versi Saat Ini 1.5.5
Terakhir Diperbarui 2020-06-30
Tanggal Publikasi 2020-06-30
Penilaian 4.64/5 Total 22 Penilaian
Pengembang Julian Jocque
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}