Starcraft 2 Streams

Get the list of streamers select your broadcasting language and see the list displayed by race and viewer count

Τι είναι το Starcraft 2 Streams;

Το Starcraft 2 Streams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kunamatata, και η κύρια λειτουργία του είναι "Get the list of streamers select your broadcasting language and see the list displayed by race and viewer count".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Starcraft 2 Streams

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

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

                        This project in on github! If you want to participate and have ideas shoot them over here : 
https://github.com/Kunamatata/Starcraft2ChromeExtension

Following your starcraft 2 stream has never been as easy.
Get all the streamers of Starcraft 2 broadcasting in English or French! Add them to your favorite list and get notified when they get online!

Incoming features: 
Complete Rewrite of the extension, to make it faster and to add lots of features such as, more languages, show your MMR etc, etc...
===============
Changelogs: 

v0.2.6: Add english back to the language broadcast list

v0.2.5: Added support for new languages to select in the dropdown menu.


v0.2.3: Added error message if server is done. Currently the OpenShift v2 server is down and in the progress of being fixed. That server stops on September 30th so I've been working on migrating to Openshift v3 or another server hosting service.


v0.2.2: Fixed API calls that weren't valid towards the twitch api since their latest changes

v0.2.1: Interface updated with transitions and clean animations. Changed API calls to a backend server which caches twitch results to have less load on the API. Let me know if there are bugs.

v0.2.0 Notifications are now working (click star on stream to be notified when it goes online) and the extension is much faster than before.
Changelogs : v0.1.2 New interface for the list of streams and incoming solid notification system.
===============                    

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

Όνομα Starcraft 2 Streams Starcraft 2 Streams
ID jjpjdjapkaohmfginkklmapiijnmneeo
Επίσημο URL https://chromewebstore.google.com/detail/starcraft-2-streams/jjpjdjapkaohmfginkklmapiijnmneeo
Περιγραφή Get the list of streamers select your broadcasting language and see the list displayed by race and viewer count
Μέγεθος Αρχείου 238 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.2.9
Τελευταία Ενημέρωση 2019-10-21
Ημερομηνία Δημοσίευσης 2019-10-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Kunamatata
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Starcraft 2 Streams",
    "version": "0.2.9",
    "manifest_version": 2,
    "description": "Get the list of streamers select your broadcasting language and see the list displayed by race and viewer count",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor\/jquery.min.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/*",
        "notifications",
        "storage",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.ravenjs.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}