SmashTicker: Watch People Smash

Find Super Smash Bros. Streams on Twitch, quick and easy.

Cos'è SmashTicker: Watch People Smash?

SmashTicker: Watch People Smash è un'estensione di Chrome sviluppata da http://novax81.com, e la sua funzione principale è "Find Super Smash Bros. Streams on Twitch, quick and easy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SmashTicker: Watch People Smash

Scarica i file di estensione SmashTicker: Watch People Smash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Find Twitch streams and Tournaments for all of your favorite Super Smash Bros. Games!

Powered by Twitch and smash.gg.

Code: https://github.com/AQuackenbos/SmashTicker

Permissions required: You'll be asked to allow it to communicate with "novax81.com".  This is my server that talks to the other APIs.  The server code is also in the public repository.

Update: 2020/02/20 - Fixed smash.gg Integration

v2.1.2: Minor bugfixes (popout setting, ext links)
v2.1.1: Fixed branding issues with smash.gg
v2.1.0: Updated to latest smash.gg API code, refined some views
v2.0.0: Major rework.  Added support for Smash Ultimate.  Added tournaments from smash.gg
v1.0.0: Added proper twitch management to load streams.  Removed PM (Twitch removed it)
v0.2.0: Support for Project M Streams                    

Informazioni di Base sull'Estensione

Nome SmashTicker: Watch People Smash SmashTicker: Watch People Smash
ID nhjklhalmbccpfhpnedcleiabpkocggi
URL Ufficiale https://chrome.google.com/webstore/detail/smashticker-watch-people/nhjklhalmbccpfhpnedcleiabpkocggi
Descrizione Find Super Smash Bros. Streams on Twitch, quick and easy.
Dimensione del File 1016 KB
Conteggio Installazioni 65
Versione Corrente 2.1.2
Ultimo Aggiornamento 2020-02-21
Data di Pubblicazione 2020-02-21
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore http://novax81.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AQuackenbos/SmashTicker
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "description": "Find Super Smash Bros. Streams on Twitch, quick and easy.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SmashTicker: Watch People Smash",
    "short_name": "SmashTicker",
    "version": "2.1.2",
    "permissions": [
        "https:\/\/novax81.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}