SmashTicker: Watch People Smash
Find Super Smash Bros. Streams on Twitch, quick and easy.
Apa itu SmashTicker: Watch People Smash?
SmashTicker: Watch People Smash adalah ekstensi Chrome yang dikembangkan oleh http://novax81.com, dan fitur utamanya adalah "Find Super Smash Bros. Streams on Twitch, quick and easy.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SmashTicker: Watch People Smash
Unduh file ekstensi SmashTicker: Watch People Smash dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | nhjklhalmbccpfhpnedcleiabpkocggi |
URL Resmi | https://chrome.google.com/webstore/detail/smashticker-watch-people/nhjklhalmbccpfhpnedcleiabpkocggi |
Deskripsi | Find Super Smash Bros. Streams on Twitch, quick and easy. |
Ukuran File | 1016 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 2.1.2 |
Terakhir Diperbarui | 2020-02-21 |
Tanggal Publikasi | 2020-02-21 |
Penilaian | 3.22/5 Total 9 Penilaian |
Pengembang | http://novax81.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AQuackenbos/SmashTicker |
Bahasa yang Didukung | 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'" } |