SmashTicker: Watch People Smash

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

什麼是SmashTicker: Watch People Smash?

SmashTicker: Watch People Smash是由http://novax81.com開發的Chrome擴展程式,該擴展的主要功能是“Find Super Smash Bros. Streams on Twitch, quick and easy.”。

擴展截圖

screenshot

下載SmashTicker: Watch People Smash擴展crx文件

下載SmashTicker: Watch People Smash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 SmashTicker: Watch People Smash SmashTicker: Watch People Smash
ID nhjklhalmbccpfhpnedcleiabpkocggi
官方網址 https://chrome.google.com/webstore/detail/smashticker-watch-people/nhjklhalmbccpfhpnedcleiabpkocggi
簡介 Find Super Smash Bros. Streams on Twitch, quick and easy.
檔案大小 1016 KB
安裝次數 65
目前版本 2.1.2
更新時間 2020-02-21
上架時間 2020-02-21
評分 3.22/5 共 9 次評分
開發者 http://novax81.com
付費類型 free
擴展官網 https://github.com/AQuackenbos/SmashTicker
支援的語言 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'"
}