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."입니다.
확장 프로그램 스크린샷
SmashTicker: Watch People Smash 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | nhjklhalmbccpfhpnedcleiabpkocggi |
공식 URL | 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'" } |