Super Stream Bros

Keep up to date on all the Super Smash Bros. games currently streaming with this chrome extension

Τι είναι το Super Stream Bros;

Το Super Stream Bros είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maakep Dev, και η κύρια λειτουργία του είναι "Keep up to date on all the Super Smash Bros. games currently streaming with this chrome extension".

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

screenshot

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

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

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

                        Super Stream Bros is a way to quickly and easily keep track of smash streams on twitch.tv. Shows every stream from Super Smash Bros. 64, melee, brawl, 3ds, Wii U and project M.

We eSports now?


Patch notes:
8.00 
Full rewrite with Twitch's new API, including game preferences, thumbnails & hugely improving performance and package size.

7.01
Add sm4sh to the top of default view

7.00
Add Ultimate
Remove PM

Patch notes:
6.24
New Twitch API requirements support
6.23
Added hover-thing on entire field to all games, not just smash 4.
6.2
Significantly reduced file size of the extension (optimizing code and images, remvoing unnecessary things)
6.1
Added a functionality on links so you don't have to hover/click the streamers name to see stream session name/go to stream - Now you hover/click the entire field instead.

6.0
Error in chrome store; hopefully fixed? Fixed! Please understand.jpg
5.9
Removed google analytics
5.3-5.8
Added and fixed google analytics
5.1 
Fixed black popup box not adjusting to the width of the UI
5.2
My fingers keep writing "Super Streams Bros" instead of "Super Stream Bros". Fixed that typo.
5.0
Added Smash 4 for Wii u and some GUI tweaks such as popup black box with stream title
4.0
Added Smash 4 for 3ds
1.3.37
Fixed error with ssb64-image not showing
1.3
Guess what? UI update
1.2
UI update
1.1
UI update                    

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

Όνομα Super Stream Bros Super Stream Bros
ID dhbmiekfpeonammafmjlikbljmlobggb
Επίσημο URL https://chromewebstore.google.com/detail/super-stream-bros/dhbmiekfpeonammafmjlikbljmlobggb
Περιγραφή Keep up to date on all the Super Smash Bros. games currently streaming with this chrome extension
Μέγεθος Αρχείου 11.53 KB
Αριθμός Εγκαταστάσεων 332
Τρέχουσα Έκδοση 8.00
Τελευταία Ενημέρωση 2019-08-15
Ημερομηνία Δημοσίευσης 2019-08-15
Αξιολόγηση 4.83/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής Maakep Dev
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.twitch.tv\/; object-src 'self'",
    "description": "Keep up to date on all the Super Smash Bros. games currently streaming with this chrome extension",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuAHnDP604VDEdHEROV1plvIPa6\/I\/CbaXj8zH9C5j7cn4L9GBFp+bi+zS9dkKt\/j2y76+wo+7Awnf9q2eYJnEHRAEQSZlkPEydUz2bOBKRPLT+mTjpqzb1fJXaX9IMWFaG\/fpb790DhRmaufzQostC6kq5l6jSoc+dnVrgqNy8J\/HxhBigGCthz0Cw8BwnPHI3yi3uC3+UCw65A\/k41sDeqCWllErfvObqn10M+9Z9gzxSVzl9yhKTHMulxkfCA6Kl7VmoO\/kiJLcLNBaCQT+vgYqxJ6LeoIokK6430OdiYUMY\/jxAWr+86\/OHIX1hzBjgJbDb+39pQz5TKCbPs8owIDAQAB",
    "manifest_version": 2,
    "name": "Super Stream Bros",
    "permissions": [
        "https:\/\/api.twitch.tv\/kraken\/*\/"
    ],
    "short_name": "Smash Streams",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.00",
    "web_accessible_resources": [
        "css\/*.css",
        "js\/*.js"
    ]
}