SmashTicker: Watch People Smash

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

SmashTicker: Watch People Smash là gì?

SmashTicker: Watch People Smash là một tiện ích mở rộng Chrome được phát triển bởi http://novax81.com, và tính năng chính của nó là "Find Super Smash Bros. Streams on Twitch, quick and easy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmashTicker: Watch People Smash

Tải xuống các tệp mở rộng SmashTicker: Watch People Smash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmashTicker: Watch People Smash SmashTicker: Watch People Smash
ID nhjklhalmbccpfhpnedcleiabpkocggi
URL Chính Thức https://chrome.google.com/webstore/detail/smashticker-watch-people/nhjklhalmbccpfhpnedcleiabpkocggi
Mô tả Find Super Smash Bros. Streams on Twitch, quick and easy.
Kích Thước Tệp 1016 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2020-02-21
Ngày Phát Hành 2020-02-21
Đánh Giá 3.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://novax81.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AQuackenbos/SmashTicker
Ngôn Ngữ Được Hỗ Trợ 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'"
}