SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

Τι είναι το SpeedRunsLive Stream Viewer;

Το SpeedRunsLive Stream Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Julian Jocque, και η κύρια λειτουργία του είναι "For easily viewing the streams on SpeedRunsLive.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SpeedRunsLive Stream Viewer

Λήψη αρχείων επέκτασης SpeedRunsLive Stream Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
Επίσημο URL https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Περιγραφή For easily viewing the streams on SpeedRunsLive.com
Μέγεθος Αρχείου 91.19 KB
Αριθμός Εγκαταστάσεων 145
Τρέχουσα Έκδοση 1.5.5
Τελευταία Ενημέρωση 2020-06-30
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.64/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Julian Jocque
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}